Passed
Push — master ( e830c7...752bea )
by Edward
02:31
created
src/Query/QueryCallbackBuilder.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -84,8 +84,8 @@
 block discarded – undo
84 84
             ->setType(NodeValueInterface::class)
85 85
             ->getNode();
86 86
         $stmts = array_map(
87
-            function (PhpAstNode $stmt): PhpAstNode {
88
-                return $stmt instanceof Expr ? new Expression($stmt): $stmt;
87
+            function(PhpAstNode $stmt): PhpAstNode {
88
+                return $stmt instanceof Expr ? new Expression($stmt) : $stmt;
89 89
             },
90 90
             $this->stmts
91 91
         );
Please login to merge, or discard this patch.