fix PHPStan types

This commit is contained in:
Francescu Garoby
2022-04-29 23:06:29 +02:00
parent 77b7181b08
commit 949ba1f298
2 changed files with 2 additions and 2 deletions

View File

@ -595,7 +595,7 @@ final class Expectation
/**
* Asserts that the value array has the provided $keys.
*
* @param array<int, int|string|array> $keys
* @param array<int, int|string|array<int[]|string[]>> $keys
*
* @return Expectation<TValue>
*/