Skip to content

Commit 269839d

Browse files
committed
Corrected parameter type definition
1 parent 0a51eae commit 269839d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rest/RepositoryHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ private static function getParameters(
376376
}
377377

378378
/**
379-
* @param array<int|string, string|array<int|string, string>> $condition
379+
* @param array<int|string, array<array-key, array<int, string>|mixed|string>|string> $condition
380380
*/
381381
private static function getIterator(array &$condition): Closure
382382
{

0 commit comments

Comments
 (0)