Skip to content

Commit f54d18f

Browse files
committed
print stmts with false
1 parent b5a5781 commit f54d18f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpParser/Printer/BetterStandardPrinter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ protected function p(
159159

160160
protected function pStmt_FileNode(FileNode $fileNode): string
161161
{
162-
return $this->pStmts($fileNode->stmts, true);
162+
return $this->pStmts($fileNode->stmts);
163163
}
164164

165165
protected function pExpr_ArrowFunction(ArrowFunction $arrowFunction, int $precedence, int $lhsPrecedence): string

0 commit comments

Comments
 (0)