Passed
Push — master ( 94c8c0...745243 )
by Alain
03:42
created
src/ConfigFactory.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -57,11 +57,11 @@
 block discarded – undo
57 57
             try {
58 58
                 $file = array_pop($files);
59 59
 
60
-                if (! is_readable($file)) {
60
+                if ( ! is_readable($file)) {
61 61
                     continue;
62 62
                 }
63 63
 
64
-                if (! array_key_exists($file, static::$configFilesCache)) {
64
+                if ( ! array_key_exists($file, static::$configFilesCache)) {
65 65
                     static::$configFilesCache[$file] = Loader::load($file);
66 66
                 }
67 67
 
Please login to merge, or discard this patch.