PropertyHook[] $hooks :
protected function checkPropertyHookList(array $hooks, int $hookPos) : void { if (empty($hooks)) { $this->emitError(new Error('Property hook list cannot be empty', $this->getAttributesAt($hookPos))); } }