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 1e9c687 commit 4b9866fCopy full SHA for 4b9866f
lib/PhpParser/PrettyPrinter/Standard.php
@@ -605,7 +605,7 @@ protected function pExpr_Array(Expr\Array_ $node): string {
605
606
$forceMultiline = ($kind & Expr\Array_::KIND_MULTILINE) === Expr\Array_::KIND_MULTILINE;
607
$syntax = $kind & ~Expr\Array_::KIND_MULTILINE;
608
-
+
609
if ($syntax === Expr\Array_::KIND_SHORT) {
610
return '[' . $this->pMaybeMultiline($node->items, true, $forceMultiline) . ']';
611
} else {
0 commit comments