mirror of
https://github.com/pestphp/pest.git
synced 2026-03-11 18:27:23 +01:00
static analysis fix
This commit is contained in:
@ -373,6 +373,8 @@ final class Expectation
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Asserts that the value is one of the given values.
|
* Asserts that the value is one of the given values.
|
||||||
|
*
|
||||||
|
* @param array<int, int|string> $possibleValues
|
||||||
*/
|
*/
|
||||||
public function toBeIn(array $possibleValues): Expectation
|
public function toBeIn(array $possibleValues): Expectation
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user