@@ -142,7 +142,7 @@ |
||
142 | 142 | if ($configuration === false) |
143 | 143 | throw new InvalidConfigurationException('Failed to parse the specified configuration file'); |
144 | 144 | |
145 | - $instances = []; |
|
145 | + $instances = []; |
|
146 | 146 | |
147 | 147 | // Parse sections |
148 | 148 | foreach ($configuration as $section => $values) |