jaroslavtyc/drd-plus-properties

View on GitHub
src/Body/BodyProperty.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php declare(strict_types=1);

namespace DrdPlus\Properties\Body;

use DrdPlus\BaseProperties\Property;
use Granam\Number\NumberInterface;

/**
 * Just a tag interface
 */
interface BodyProperty extends Property, NumberInterface
{

}