Skip to content

Commit 49e21e1

Browse files
committed
Fix linter issues
1 parent ee9ef69 commit 49e21e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PrettyPrinter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@ protected function printCallableArgumentNode(ParameterNode $node): string
420420
}
421421

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

0 commit comments

Comments
 (0)