/opt/cpanel/ea-wappspector/vendor/rector/rector/src/NodeCollector/ValueObject
NameSizeModeActions
ArrayCallable.php8970644editdlrm
ArrayCallableDynamicMethod.php1400644editdlrm
Edit: /opt/cpanel/ea-wappspector/vendor/rector/rector/src/NodeCollector/ValueObject/ArrayCallable.php (897B)
callerExpr = $callerExpr; $this->class = $class; $this->method = $method; RectorAssert::className($class); } public function getClass() : string { return $this->class; } public function getMethod() : string { return $this->method; } public function getCallerExpr() : Expr { return $this->callerExpr; } }