Completed
Push — master ( 89e2e4...0c0824 )
by Edward
04:32
created
src/Query/CallbackBuilder.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -95,8 +95,8 @@
 block discarded – undo
95 95
             ->setType(EvaluatorInterface::class)
96 96
             ->getNode();
97 97
         $stmts = array_map(
98
-            function (PhpAstNode $stmt): PhpAstNode {
99
-                return $stmt instanceof Expr ? new Expression($stmt): $stmt;
98
+            function(PhpAstNode $stmt): PhpAstNode {
99
+                return $stmt instanceof Expr ? new Expression($stmt) : $stmt;
100 100
             },
101 101
             $this->stmts
102 102
         );
Please login to merge, or discard this patch.