Skip to content

Commit afdabac

Browse files
committed
typo fix
1 parent dcc5eab commit afdabac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rules/Php80/Rector/Switch_/ChangeSwitchToMatchRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function getNodeTypes(): array
8383

8484
/**
8585
* @param StmtsAwareInterface $node
86-
* @return null|Node|Nodevisor::DONT_TRAVERSE_CURRENT_AND_CHILDREN
86+
* @return null|Node|NodeVisitor::DONT_TRAVERSE_CURRENT_AND_CHILDREN
8787
*/
8888
public function refactor(Node $node): null|Node|int
8989
{

0 commit comments

Comments
 (0)