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