Searched refs:pUseType (Results 1 – 2 of 2) sorted by relevance
760 return 'use ' . $this->pUseType($node->type)765 return 'use ' . $this->pUseType($node->type) . $this->pName($node->prefix)770 return $this->pUseType($node->type) . $this->p($node->name)774 protected function pUseType(int $type): string { function in PhpParser\\PrettyPrinter\\Standard
923 * Fixed some extensibility issues in pretty printer (`pUseType()` is now public and `pPrec()` calls
Completed in 11 milliseconds