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