Passed
Push — main ( f5bbd1...48bf18 )
by Serhii
01:49
created
src/BaseObject.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -368,7 +368,7 @@
 block discarded – undo
368 368
         $properties = $this->getPropertyNames();
369 369
         $result = [];
370 370
         foreach ($properties as $property) {
371
-            if($this->$filterFunction($property)) {
371
+            if ($this->$filterFunction($property)) {
372 372
                 $result[] = $property;
373 373
             }
374 374
         }
Please login to merge, or discard this patch.