@@ -48,7 +48,7 @@ |
||
48 | 48 | } |
49 | 49 | |
50 | 50 | private function getFiles() { |
51 | - return array_filter(get_included_files(), function ($value, $key) { |
|
51 | + return array_filter(get_included_files(), function($value, $key) { |
|
52 | 52 | return strpos(dirname($value), realpath(__DIR__.'/../../../../../src')) !== false; |
53 | 53 | }, ARRAY_FILTER_USE_BOTH); |
54 | 54 | } |