diff --git a/src/Visitor.php b/src/Visitor.php index 386000e..ab7434a 100644 --- a/src/Visitor.php +++ b/src/Visitor.php @@ -72,10 +72,6 @@ public function enterNode(Node $node) parent::enterNode($node); - if ($node instanceof Node\Param) { - $node->attrGroups = []; - } - if (! ($node instanceof Function_) && ! ($node instanceof ClassMethod) && ! ($node instanceof Property) && ! ($node instanceof Class_)) { return null; }