diff --git a/src/Expectation.php b/src/Expectation.php index 2e92434e..e32a8683 100644 --- a/src/Expectation.php +++ b/src/Expectation.php @@ -373,6 +373,8 @@ final class Expectation /** * Asserts that the value is one of the given values. + * + * @param array $possibleValues */ public function toBeIn(array $possibleValues): Expectation {