Skip to content

Commit

Permalink
[ci-review] Rector Rectify
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 9, 2022
1 parent 4a030e0 commit e4e39a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PhpParser/Parser/InlineCodeParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ public function stringify(Expr $expr): string
if ($expr instanceof Concat) {
return $this->stringify($expr->left) . $this->stringify($expr->right);
}

return $this->nodePrinter->print($expr);
}
}

0 comments on commit e4e39a5

Please sign in to comment.