Skip to content

Commit 1442736

Browse files
committed
add note
1 parent 3eca791 commit 1442736

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
@@ -28,7 +28,7 @@ public function getNodeTypes(): array;
2828
* - NodeVisitor::DONT_TRAVERSE_CHILDREN
2929
* - NodeVisitor::DONT_TRAVERSE_CURRENT_AND_CHILDREN
3030
*
31-
* ✔️ To remove node of Stmt and Param, return:
31+
* ✔️ To remove node of Node\Stmt or Node\Param, return:
3232
* - NodeVisitor::REMOVE_NODE to remove Stmt or Param
3333
*/
3434
public function refactor(Node $node);

0 commit comments

Comments
 (0)