/opt/cpanel/ea-wappspector/vendor/rector/rector/rules/Php80/NodeFactory
NameSizeModeActions
AttrGroupsFactory.php13770644editdlrm
MatchArmsFactory.php7910644editdlrm
MatchFactory.php32730644editdlrm
NestedAttrGroupsFactory.php20920644editdlrm
StrStartsWithFuncCallFactory.php7530644editdlrm
Edit: /opt/cpanel/ea-wappspector/vendor/rector/rector/rules/Php80/NodeFactory/AttrGroupsFactory.php (1377B)
phpAttributeGroupFactory = $phpAttributeGroupFactory; } /** * @param DoctrineTagAndAnnotationToAttribute[] $doctrineTagAndAnnotationToAttributes * @param Use_[] $uses * @return AttributeGroup[] */ public function create(array $doctrineTagAndAnnotationToAttributes, array $uses) : array { $attributeGroups = []; foreach ($doctrineTagAndAnnotationToAttributes as $doctrineTagAndAnnotationToAttribute) { $doctrineAnnotationTagValueNode = $doctrineTagAndAnnotationToAttribute->getDoctrineAnnotationTagValueNode(); // add attributes $attributeGroups[] = $this->phpAttributeGroupFactory->create($doctrineAnnotationTagValueNode, $doctrineTagAndAnnotationToAttribute->getAnnotationToAttribute(), $uses); } return $attributeGroups; } }