@@ -176,7 +176,7 @@ discard block |
||
176 | 176 | */ |
177 | 177 | public function store(array $params, bool $reset = true) |
178 | 178 | { |
179 | - if ( !$this->_object_stored |
|
179 | + if (!$this->_object_stored |
|
180 | 180 | && $this->_object) { |
181 | 181 | $this->_store_from_object(); |
182 | 182 | } |
@@ -265,7 +265,7 @@ discard block |
||
265 | 265 | */ |
266 | 266 | public function get_all() : array |
267 | 267 | { |
268 | - if ( !$this->_object_stored |
|
268 | + if (!$this->_object_stored |
|
269 | 269 | && $this->_object) { |
270 | 270 | $this->_store_from_object(); |
271 | 271 | } |
@@ -278,7 +278,7 @@ discard block |
||
278 | 278 | */ |
279 | 279 | public function exists(string $key) : bool |
280 | 280 | { |
281 | - if ( !$this->_object_stored |
|
281 | + if (!$this->_object_stored |
|
282 | 282 | && $this->_object) { |
283 | 283 | $this->_store_from_object(); |
284 | 284 | } |