There was an error while loading. Please reload this page.
1 parent 07d7c44 commit fa9212fCopy full SHA for fa9212f
src/Node/Printer/Printer.php
@@ -24,12 +24,6 @@
24
*/
25
final class Printer extends Standard
26
{
27
-
28
-public function __construct()
29
-{
30
-parent::__construct(['shortArraySyntax' => true]);
31
-}
32
33
protected function pPHPStan_Node_TypeExpr(TypeExpr $expr): string // phpcs:ignore
34
35
return sprintf('__phpstanType(%s)', $expr->getExprType()->describe(VerbosityLevel::precise()));
0 commit comments