Skip to content

Commit 7c237fb

Browse files
committed
cs
1 parent ea12cdb commit 7c237fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/PhpParser/PrettyPrinter/Standard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ protected function pExpr_Array(Expr\Array_ $node): string {
597597

598598
$forceMultiline = ($kind & Expr\Array_::KIND_MULTILINE) === Expr\Array_::KIND_MULTILINE;
599599
$syntax = $kind & ~Expr\Array_::KIND_MULTILINE;
600-
600+
601601
if ($syntax === Expr\Array_::KIND_SHORT) {
602602
return '[' . $this->pMaybeMultiline($node->items, true, $forceMultiline) . ']';
603603
} else {

0 commit comments

Comments
 (0)