@@ -53,7 +53,9 @@ |
||
53 | 53 | } |
54 | 54 | } |
55 | 55 | |
56 | - if (!is_dir($configurationDir)) return; |
|
56 | + if (!is_dir($configurationDir)) { |
|
57 | + return; |
|
58 | + } |
|
57 | 59 | |
58 | 60 | $configurationFile = get_class($config) . '.php'; |
59 | 61 | $configurationFile = $configurationDir . DIRECTORY_SEPARATOR . str_replace('\\', DIRECTORY_SEPARATOR, $configurationFile); |