Passed
Push — master ( d9a29e...796548 )
by Ruben
02:29 queued 24s
created
src/Configuration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -199,7 +199,7 @@
 block discarded – undo
199 199
         try {
200 200
             return $configFile[$section][$varname];
201 201
         } catch (Exception $e) {
202
-            throw new Exception( "Error loading config file. Variable $varname in section [$section] not found. Check the configuration file.");
202
+            throw new Exception("Error loading config file. Variable $varname in section [$section] not found. Check the configuration file.");
203 203
         }
204 204
     }
205 205
 
Please login to merge, or discard this patch.