@@ -144,6 +144,10 @@ |
||
144 | 144 | return $data; |
145 | 145 | } |
146 | 146 | |
147 | + /** |
|
148 | + * @param string $currentPath |
|
149 | + * @param string[] $includes |
|
150 | + */ |
|
147 | 151 | private function isIncluded($currentPath, array $paths, ?array $includes): bool |
148 | 152 | { |
149 | 153 | if (null === $includes) { |