Skip to content

Commit 1af4f78

Browse files
committed
Update AssignHandler.php
1 parent 8aa4576 commit 1af4f78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Analyser/ExprHandler/AssignHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,7 @@ private function produceArrayDimFetchAssignValueToWrite(array $dimFetchStack, ar
10131013
}
10141014

10151015
} else {
1016-
// when $unionValues=false the array-item type will be replaced with $valueToWrite
1016+
// when $unionValues=false the array item-type will be replaced with $valueToWrite
10171017
// when $unionValues=true the existing array item-type will be union with $valueToWrite
10181018
$unionValues = false;
10191019
if ($i === 0) {

0 commit comments

Comments
 (0)