Total Complexity | 2 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
11 | final class MultipleChecksOnAProperty implements PropertyBased |
||
12 | { |
||
13 | /** @var PropertyBased[] */ |
||
14 | private $checks; |
||
15 | |||
16 | public function __construct(PropertyBased ...$checks) |
||
19 | } |
||
20 | |||
21 | public function compare(ReflectionProperty $fromProperty, ReflectionProperty $toProperty) : Changes |
||
32 |