Passed
Push — master ( bf2aee...a6dc35 )
by Thierry
02:22
created
src/Config/ConfigManager.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
     /**
46 46
      * @var array The default config options
47 47
      */
48
-    protected $aConfig =  [
48
+    protected $aConfig = [
49 49
         'core.version'                      => Jaxon::VERSION,
50 50
         'core.language'                     => 'en',
51 51
         'core.encoding'                     => 'utf-8',
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
         {
92 92
             $this->xConfig = new Config($this->aConfig);
93 93
         }
94
-        catch(DataDepth $e){} // This exception cannot actually be raised.
94
+        catch(DataDepth $e) {} // This exception cannot actually be raised.
95 95
     }
96 96
 
97 97
     /**
Please login to merge, or discard this patch.
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,9 @@
 block discarded – undo
91 91
         {
92 92
             $this->xConfig = new Config($this->aConfig);
93 93
         }
94
-        catch(DataDepth $e){} // This exception cannot actually be raised.
94
+        catch(DataDepth $e)
95
+        {
96
+} // This exception cannot actually be raised.
95 97
     }
96 98
 
97 99
     /**
Please login to merge, or discard this patch.