Skip to content

Commit

Permalink
Merge branch '6.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Sep 27, 2022
2 parents 16ecaf0 + 3be793c commit 0413526
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/linters/.ecrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"Version": "2.3.5",
"Verbose": false,
"Debug": false,
"IgnoreDefaults": false,
Expand Down
2 changes: 1 addition & 1 deletion src/Application/PhpParser/NodeDumper.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function dumpPosition(Node $node)
}

/**
* @param Node[]|Node|Comment $node Node or array to dump
* @param mixed $node Node or array to dump
* @return string
*/
protected function dumpRecursiveAttributes($node): string
Expand Down

0 comments on commit 0413526

Please sign in to comment.