Skip to content

Commit e581dfa

Browse files
committed
add note
1 parent 1442736 commit e581dfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Contract/Rector/RectorInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function getNodeTypes(): array;
2929
* - NodeVisitor::DONT_TRAVERSE_CURRENT_AND_CHILDREN
3030
*
3131
* ✔️ To remove node of Node\Stmt or Node\Param, return:
32-
* - NodeVisitor::REMOVE_NODE to remove Stmt or Param
32+
* - NodeVisitor::REMOVE_NODE
3333
*/
3434
public function refactor(Node $node);
3535
}

0 commit comments

Comments
 (0)