Skip to content

Commit 4dbae6f

Browse files
Fix
1 parent d37bc49 commit 4dbae6f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/Internal/CombinationsHelper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ final class CombinationsHelper
88
{
99

1010
/**
11-
* @param array<mixed> $arrays
12-
* @return iterable<mixed>
11+
* @param array<array<mixed>> $arrays
12+
* @return iterable<array<int, mixed>>
1313
*/
1414
public static function combinations(array $arrays): iterable
1515
{

src/Rules/Arrays/NonexistentOffsetInArrayDimFetchCheck.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ public function check(
7070
}
7171
}
7272

73-
7473
return [
7574
RuleErrorBuilder::message(sprintf('Offset %s does not exist on %s.', $dimType->describe(count($dimType->getConstantStrings()) > 0 ? VerbosityLevel::precise() : VerbosityLevel::value()), $type->describe(VerbosityLevel::value())))
7675
->identifier('offsetAccess.notFound')

0 commit comments

Comments
 (0)