Home
last modified time | relevance | path

Searched refs:paramListPos (Results 1 – 1 of 1) sorted by relevance

/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php1171 protected function checkPropertyHook(PropertyHook $hook, ?int $paramListPos): void { argument
1178 if ($name === 'get' && $paramListPos !== null) {
1180 'get hook must not have a parameter list', $this->getAttributesAt($paramListPos)));

Completed in 17 milliseconds