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