@@ -45,7 +45,7 @@ discard block |
||
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 |
||
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 | /** |
@@ -91,7 +91,9 @@ |
||
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 | /** |