Skip to content

Commit 14b9a08

Browse files
committed
Update AssignHandler.php
1 parent fa9629d commit 14b9a08

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Analyser/ExprHandler/AssignHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -983,6 +983,7 @@ private function produceArrayDimFetchAssignValueToWrite(array $dimFetchStack, ar
983983
}
984984

985985
} else {
986+
// we iterate the offset-types in reversed order.
986987
$isLastDimFetchInChain = $i === 0;
987988
$isFirstDimFetchInChain = $i === $lastOffsetIndex;
988989

0 commit comments

Comments
 (0)