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