@@ -100,7 +100,7 @@ |
||
| 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 | /** |