Skip to content

Commit

Permalink
fixup! remove double moveCommentsFromAttributeObjectToCommentsAttribu…
Browse files Browse the repository at this point in the history
…te() run
  • Loading branch information
TomasVotruba committed Sep 11, 2023
1 parent 3c9ba53 commit b784772
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/PhpParser/Printer/BetterStandardPrinter.php
Original file line number Diff line number Diff line change
Expand Up @@ -360,15 +360,15 @@ protected function pScalar_String(String_ $string): string
return parent::pScalar_String($string);
}

// /**
// * @param Node[] $nodes
// */
// protected function pStmts(array $nodes, bool $indent = true): string
// {
// // $this->moveCommentsFromAttributeObjectToCommentsAttribute($nodes);
//
// return parent::pStmts($nodes, $indent);
// }
// /**
// * @param Node[] $classMethod
// */
// protected function pStmts(array $nodes, bool $indent = true): string
// {
// // $this->moveCommentsFromAttributeObjectToCommentsAttribute($nodes);
//
// return parent::pStmts($nodes, $indent);
// }

/**
* "...$params) : ReturnType"
Expand Down

0 comments on commit b784772

Please sign in to comment.