Passed
Push — master ( de0f46...445da7 )
by Alex
01:11 queued 12s
created
test/unit/QueryFilterManagerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -174,7 +174,7 @@
 block discarded – undo
174 174
         );
175 175
 
176 176
         /** @noinspection PhpParamsInspection */
177
-        $manager->filter($invalidQueryBuilder, $this->entityName, $criteria);/** @phpstan-ignore-line */
177
+        $manager->filter($invalidQueryBuilder, $this->entityName, $criteria); /** @phpstan-ignore-line */
178 178
     }
179 179
 
180 180
     /**
Please login to merge, or discard this patch.