Passed
Push — master ( ab8fe6...63c0b4 )
by Andreas
27:23
created
lib/midcom/helper/configuration.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -176,7 +176,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
         }
Please login to merge, or discard this patch.