@@ -57,11 +57,11 @@ |
||
| 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 | |