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