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 ea12cdb commit 7c237fbCopy full SHA for 7c237fb
lib/PhpParser/PrettyPrinter/Standard.php
@@ -597,7 +597,7 @@ protected function pExpr_Array(Expr\Array_ $node): string {
597
598
$forceMultiline = ($kind & Expr\Array_::KIND_MULTILINE) === Expr\Array_::KIND_MULTILINE;
599
$syntax = $kind & ~Expr\Array_::KIND_MULTILINE;
600
-
+
601
if ($syntax === Expr\Array_::KIND_SHORT) {
602
return '[' . $this->pMaybeMultiline($node->items, true, $forceMultiline) . ']';
603
} else {
0 commit comments