Total Complexity | 3 |
Total Lines | 17 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | final class OnlyPublicClassConstantChanged implements ClassConstantBased |
||
11 | { |
||
12 | /** @var ClassConstantBased */ |
||
13 | private $constantCheck; |
||
14 | |||
15 | public function __construct(ClassConstantBased $constantCheck) |
||
16 | { |
||
17 | $this->constantCheck = $constantCheck; |
||
18 | } |
||
19 | |||
20 | public function __invoke(ReflectionClassConstant $fromConstant, ReflectionClassConstant $toConstant) : Changes |
||
27 | } |
||
28 | } |
||
29 |