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 1442736 commit e581dfaCopy full SHA for e581dfa
1 file changed
src/Contract/Rector/RectorInterface.php
@@ -29,7 +29,7 @@ public function getNodeTypes(): array;
29
* - NodeVisitor::DONT_TRAVERSE_CURRENT_AND_CHILDREN
30
*
31
* ✔️ To remove node of Node\Stmt or Node\Param, return:
32
- * - NodeVisitor::REMOVE_NODE to remove Stmt or Param
+ * - NodeVisitor::REMOVE_NODE
33
*/
34
public function refactor(Node $node);
35
}
0 commit comments