Completed
Pull Request — 2.1 (#1489)
by Antoine
03:10
created
patchthis.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.