Passed
Push — main ( ef2588...008d5d )
by Tom
59s queued 12s
created
src/Criteria/Type/FiltersInputType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
         ];
25 25
 
26 26
         foreach (FiltersDef::toArray() as $filter) {
27
-            if (! in_array($filter, $allowedFilters)) {
27
+            if (!in_array($filter, $allowedFilters)) {
28 28
                 continue;
29 29
             }
30 30
 
Please login to merge, or discard this patch.