| Total Complexity | 2 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | final class ConstantChanged implements ClassBased |
||
| 15 | { |
||
| 16 | /** @var ConstantBased */ |
||
| 17 | private $checkConstant; |
||
| 18 | |||
| 19 | public function __construct(ConstantBased $checkConstant) |
||
| 20 | { |
||
| 21 | $this->checkConstant = $checkConstant; |
||
| 22 | } |
||
| 23 | |||
| 24 | public function compare(ReflectionClass $fromClass, ReflectionClass $toClass) : Changes |
||
| 39 | ); |
||
| 40 | } |
||
| 42 |