Skip to content

Commit fa9212f

Browse files
samsonasikondrejmirtes
authored andcommitted
Remove shortArraySyntax definiton on Printer::construct()
It seems alreayd short array syntax by default
1 parent 07d7c44 commit fa9212f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Node/Printer/Printer.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@
2424
*/
2525
final class Printer extends Standard
2626
{
27-
28-
public function __construct()
29-
{
30-
parent::__construct(['shortArraySyntax' => true]);
31-
}
32-
3327
protected function pPHPStan_Node_TypeExpr(TypeExpr $expr): string // phpcs:ignore
3428
{
3529
return sprintf('__phpstanType(%s)', $expr->getExprType()->describe(VerbosityLevel::precise()));

0 commit comments

Comments
 (0)