@@ -24,7 +24,7 @@ |
||
24 | 24 | { |
25 | 25 | // check manually if a key is given and if it exists in the config |
26 | 26 | // this has to be done to check for spoofed additional config keys so that null isn't returned |
27 | - if(!empty($key) && empty($this->config[$key])) { |
|
27 | + if (!empty($key) && empty($this->config[$key])) { |
|
28 | 28 | return $default; |
29 | 29 | } |
30 | 30 |