Passed
Pull Request — master (#5)
by Alex
03:18
created
test/unit/QueryFilterManagerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -165,7 +165,7 @@
 block discarded – undo
165 165
         );
166 166
 
167 167
         /** @noinspection PhpParamsInspection */
168
-        $manager->filter($invalidQueryBuilder, $entityName, $criteria);/** @phpstan-ignore-line */
168
+        $manager->filter($invalidQueryBuilder, $entityName, $criteria); /** @phpstan-ignore-line */
169 169
     }
170 170
 
171 171
     /**
Please login to merge, or discard this patch.