Skip to content

Commit 4b9866f

Browse files
committed
cs
1 parent 1e9c687 commit 4b9866f

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
@@ -605,7 +605,7 @@ protected function pExpr_Array(Expr\Array_ $node): string {
605605

606606
$forceMultiline = ($kind & Expr\Array_::KIND_MULTILINE) === Expr\Array_::KIND_MULTILINE;
607607
$syntax = $kind & ~Expr\Array_::KIND_MULTILINE;
608-
608+
609609
if ($syntax === Expr\Array_::KIND_SHORT) {
610610
return '[' . $this->pMaybeMultiline($node->items, true, $forceMultiline) . ']';
611611
} else {

0 commit comments

Comments
 (0)