Passed
Push — master ( ade47d...27088c )
by Gábor
02:35
created
src/Query/SelectQuery.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
     public function filter(array $filters): self
65 65
     {
66 66
         $q = clone $this;
67
-        $q->body['filter'] = array_map(static function ($filter) use ($q): string { return $q->parseFilter($filter); }, $filters);
67
+        $q->body['filter'] = array_map(static function($filter) use ($q): string { return $q->parseFilter($filter); }, $filters);
68 68
 
69 69
         return $q;
70 70
     }
Please login to merge, or discard this patch.