/opt/cpanel/ea-wappspector/vendor/rector/rector/src/PhpParser/Parser
NameSizeModeActions
InlineCodeParser.php55410644editdlrm
ParserErrors.php7090644editdlrm
RectorParser.php11560644editdlrm
SimplePhpParser.php26650644editdlrm
Edit: /opt/cpanel/ea-wappspector/vendor/rector/rector/src/PhpParser/Parser/ParserErrors.php (709B)
message = $parserErrorsException->getMessage(); $this->line = $parserErrorsException->getAttributes()['startLine'] ?? $parserErrorsException->getLine(); } public function getMessage() : string { return $this->message; } public function getLine() : int { return $this->line; } }