Skip to content

Commit

Permalink
Fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafimArts committed Sep 27, 2024
1 parent ee9ef69 commit 49e21e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PrettyPrinter.php
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ protected function printCallableArgumentNode(ParameterNode $node): string
}

if ($node->name !== null) {
// @phpstan-ignore-next-line : VariableLiteralNode is a subtype of LiteralNode
$result .= $this->printLiteralNode($node->name);
}

Expand Down

0 comments on commit 49e21e1

Please sign in to comment.