@@ -95,8 +95,8 @@ |
||
| 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 | ); |