Passed
Push — master ( 9a486a...292ab7 )
by Alain
03:26
created
src/ConfigFactory.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
             try {
49 49
                 $file = array_pop($files);
50 50
 
51
-                if (! file_exists($file)) {
51
+                if ( ! file_exists($file)) {
52 52
                     continue;
53 53
                 }
54 54
 
Please login to merge, or discard this patch.