Passed
Push — master ( 2304d3...c2db81 )
by Anton
01:57
created
src/Select/QueryBuilder.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -244,7 +244,7 @@  discard block
 block discarded – undo
244 244
         }
245 245
 
246 246
         if ($args[0] instanceof Closure) {
247
-            $args[0] = $args[0] = function ($q) use ($args): void {
247
+            $args[0] = $args[0] = function($q) use ($args): void {
248 248
                 $args[0]($this->withQuery($q));
249 249
             };
250 250
         }
@@ -265,7 +265,7 @@  discard block
 block discarded – undo
265 265
         }
266 266
 
267 267
         if ($value instanceof Closure) {
268
-            $value = function ($q) use ($value): void {
268
+            $value = function($q) use ($value): void {
269 269
                 $value($this->withQuery($q));
270 270
             };
271 271
         }
Please login to merge, or discard this patch.