mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +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.
|
||||
*
|
||||
* @param array<int, int|string> $possibleValues
|
||||
*/
|
||||
public function toBeIn(array $possibleValues): Expectation
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user