@@ -55,7 +55,7 @@ |
||
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 |