Skip to content

Commit 592a66f

Browse files
committed
Using the star precedence
1 parent c352202 commit 592a66f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Parser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ private function parseArrayIndexExpression()
411411
'from' => 'array',
412412
'children' => [
413413
['type' => 'slice', 'value' => $parts],
414-
$this->parseProjection(self::$bp['flatten'])
414+
$this->parseProjection(self::$bp['star'])
415415
]
416416
];
417417
}

0 commit comments

Comments
 (0)