Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php760 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
/PHP-Parser/
H A DCHANGELOG.md916 * Fixed some extensibility issues in pretty printer (`pUseType()` is now public and `pPrec()` calls

Completed in 11 milliseconds