Home
last modified time | relevance | path

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

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

Completed in 10 milliseconds