From 2dd77001b7cc8f2824a5ee2b5d754831212e440b Mon Sep 17 00:00:00 2001 From: freek Date: Wed, 28 Jul 2021 00:42:54 +0200 Subject: [PATCH] static analysis fix --- src/Expectation.php | 2 ++ 1 file changed, 2 insertions(+) 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 {