Skip to content

Commit e1b1cad

Browse files
committed
Fix CS
1 parent 68803e9 commit e1b1cad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Node/Printer/Printer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
*/
2525
final class Printer extends Standard
2626
{
27+
2728
protected function pPHPStan_Node_TypeExpr(TypeExpr $expr): string // phpcs:ignore
2829
{
2930
return sprintf('__phpstanType(%s)', $expr->getExprType()->describe(VerbosityLevel::precise()));

0 commit comments

Comments
 (0)