Completed
Push — master ( 7282ff...6c99cb )
by Brian
13:34 queued 03:33
created
src/ConfigTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.