Total Complexity | 4 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
11 | final class MultipleChecksOnAClassConstant implements ClassConstantBased |
||
12 | { |
||
13 | /** @var ClassConstantBased[] */ |
||
14 | private $checks; |
||
15 | |||
16 | public function __construct(ClassConstantBased ...$checks) |
||
19 | } |
||
20 | |||
21 | public function __invoke(ReflectionClassConstant $fromConstant, ReflectionClassConstant $toConstant) : Changes |
||
24 | } |
||
25 | |||
26 | /** @return iterable|Change[] */ |
||
27 | private function multipleChecks(ReflectionClassConstant $fromConstant, ReflectionClassConstant $toConstant) : iterable |
||
34 |