Completed
Push — master ( 5ffbf7...8e1537 )
by Carlos
03:33 queued 01:30
created
src/Config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
      */
101 101
     public function has($key)
102 102
     {
103
-        return (bool) $this->get($key);
103
+        return (bool)$this->get($key);
104 104
     }
105 105
 
106 106
     /**
Please login to merge, or discard this patch.