Completed
Push — master ( 0969df...bdbc87 )
by Carlos
44s
created
src/Config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
 
56 56
     public function has(string $key): bool
57 57
     {
58
-        return (bool) $this->get($key);
58
+        return (bool)$this->get($key);
59 59
     }
60 60
 
61 61
     public function offsetExists(mixed $offset): bool
Please login to merge, or discard this patch.