Total Complexity | 4 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | final class ExcludeInternalInterface implements InterfaceBased |
||
15 | { |
||
16 | /** @var InterfaceBased */ |
||
17 | private $check; |
||
18 | |||
19 | public function __construct(InterfaceBased $check) |
||
22 | } |
||
23 | |||
24 | public function __invoke(ReflectionClass $fromInterface, ReflectionClass $toInterface) : Changes |
||
31 | } |
||
32 | |||
33 | private function isInternalDocComment(string $comment) : bool |
||
38 |