Completed
Push — dev ( 3ddbd6...175d0e )
by Zach
02:08
created
src/Config/Config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
      */
96 96
     public function has($value)
97 97
     {
98
-        return ! ($this->get($value) === null);
98
+        return !($this->get($value) === null);
99 99
     }
100 100
 
101 101
     /**
Please login to merge, or discard this patch.