|
|
@@ -930,6 +930,7 @@ trait CollectionTrait
|
|
|
$changeIndex = $lastIndex;
|
|
|
|
|
|
while (!($changeIndex === 0 && $currentIndexes[0] === $collectionArraysCounts[0])) {
|
|
|
+ /** @psalm-suppress ArgumentTypeCoercion */
|
|
|
$currentCombination = array_map(function ($value, $keys, $index) {
|
|
|
return $value[$keys[$index]];
|
|
|
}, $collectionArrays, $collectionArraysKeys, $currentIndexes);
|