mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
fix PHPStan types
This commit is contained in:
@ -30,7 +30,7 @@ final class OppositeExpectation
|
||||
/**
|
||||
* Asserts that the value array not has the provided $keys.
|
||||
*
|
||||
* @param array<int, int|string|array> $keys
|
||||
* @param array<int, int|string|array<int[]|string[]>> $keys
|
||||
*
|
||||
* @return Expectation<TValue>
|
||||
*/
|
||||
|
||||
@ -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>
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user