@@ -211,7 +211,7 @@ |
||
211 | 211 | public function has($keys) |
212 | 212 | { |
213 | 213 | $keys = (array)$keys; |
214 | - if ( empty($this->elements) || $keys === []) { |
|
214 | + if (empty($this->elements) || $keys === []) { |
|
215 | 215 | return false; |
216 | 216 | } |
217 | 217 | foreach ($keys as $key) { |