function Printer::printConstExpr
2 calls to Printer::printConstExpr()
- Printer::print in vendor/
phpstan/ phpdoc-parser/ src/ Printer/ Printer.php - Printer::printType in vendor/
phpstan/ phpdoc-parser/ src/ Printer/ Printer.php
File
-
vendor/
phpstan/ phpdoc-parser/ src/ Printer/ Printer.php, line 534
Class
Namespace
PHPStan\PhpDocParser\PrinterCode
private function printConstExpr(ConstExprNode $node) : string {
// this is fine - ConstExprNode classes do not contain nodes that need smart printer logic
return (string) $node;
}