Skip to content

Commit 47158ba

Browse files
committed
Update AssignHandler.php
1 parent 0110284 commit 47158ba

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
@@ -938,7 +938,7 @@ private function isImplicitArrayCreation(array $dimFetchStack, Scope $scope): Tr
938938

939939
/**
940940
* @param list<ArrayDimFetch> $dimFetchStack
941-
* @param list<array{Type|null, ArrayDimFetch}> $offsetTypes
941+
* @param non-empty-list<array{Type|null, ArrayDimFetch}> $offsetTypes
942942
*
943943
* @return array{Type, list<array{Expr, Type}>}
944944
*/

0 commit comments

Comments
 (0)