We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68803e9 commit e1b1cadCopy full SHA for e1b1cad
src/Node/Printer/Printer.php
@@ -24,6 +24,7 @@
24
*/
25
final class Printer extends Standard
26
{
27
+
28
protected function pPHPStan_Node_TypeExpr(TypeExpr $expr): string // phpcs:ignore
29
30
return sprintf('__phpstanType(%s)', $expr->getExprType()->describe(VerbosityLevel::precise()));
0 commit comments