Total Complexity | 3 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | final class OnlyPublicClassConstantChanged implements ClassConstantBased |
||
11 | { |
||
12 | /** |
||
13 | * @var ClassConstantBased |
||
14 | */ |
||
15 | private $constantCheck; |
||
16 | |||
17 | public function __construct(ClassConstantBased $constantCheck) |
||
20 | } |
||
21 | |||
22 | public function compare(ReflectionClassConstant $fromConstant, ReflectionClassConstant $toConstant) : Changes |
||
31 |