We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc5eab commit afdabacCopy full SHA for afdabac
1 file changed
rules/Php80/Rector/Switch_/ChangeSwitchToMatchRector.php
@@ -83,7 +83,7 @@ public function getNodeTypes(): array
83
84
/**
85
* @param StmtsAwareInterface $node
86
- * @return null|Node|Nodevisor::DONT_TRAVERSE_CURRENT_AND_CHILDREN
+ * @return null|Node|NodeVisitor::DONT_TRAVERSE_CURRENT_AND_CHILDREN
87
*/
88
public function refactor(Node $node): null|Node|int
89
{
0 commit comments