Total Complexity | 8 |
Total Lines | 41 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | final class BooleanMatchNameSpace implements MatchCollectionInterface |
||
13 | { |
||
14 | /** |
||
15 | * @param Iterable<mixed> $data |
||
16 | */ |
||
17 | public function evaluate(iterable $data, Entry $matchMe): MatchedResultInterface |
||
30 | } |
||
31 | |||
32 | private function isCurrentNamespaceInsideAPublicNamespace(string $current, string $publicEntry): bool |
||
55 |