static analysis fix

This commit is contained in:
freek
2021-07-28 00:42:54 +02:00
parent 5f574ded81
commit 2dd77001b7

View File

@ -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
{