We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa9629d commit 14b9a08Copy full SHA for 14b9a08
1 file changed
src/Analyser/ExprHandler/AssignHandler.php
@@ -983,6 +983,7 @@ private function produceArrayDimFetchAssignValueToWrite(array $dimFetchStack, ar
983
}
984
985
} else {
986
+ // we iterate the offset-types in reversed order.
987
$isLastDimFetchInChain = $i === 0;
988
$isFirstDimFetchInChain = $i === $lastOffsetIndex;
989
0 commit comments