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