/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/MatchArmsFactory.php (791B)
getExpr(); if ($expr instanceof Assign) { // $this->assignExpr = $expr->var; $expr = $expr->expr; } $condExprs = $condAndExpr->getCondExprs(); $matchArms[] = new MatchArm($condExprs, $expr); } return $matchArms; } }