@@ -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' => [ |
50 | 50 | 'version' => Jaxon::VERSION, |
51 | 51 | 'language' => 'en', |
@@ -115,7 +115,7 @@ discard block |
||
115 | 115 | { |
116 | 116 | $this->xConfig = new Config($this->aConfig); |
117 | 117 | } |
118 | - catch(DataDepth $e){} // This exception cannot actually be raised. |
|
118 | + catch(DataDepth $e) {} // This exception cannot actually be raised. |
|
119 | 119 | } |
120 | 120 | |
121 | 121 | /** |