diff --git a/src/Assert.php b/src/Assert.php index 0e4bb0e7..b94699e2 100644 --- a/src/Assert.php +++ b/src/Assert.php @@ -964,10 +964,6 @@ public static function range($value, $min, $max, $message = '') /** * Does strict comparison, so Assert::oneOf(3, ['3']) does not pass the assertion. * - * @psalm-template ExpectedType - * @psalm-param array $values - * @psalm-assert ExpectedType $value - * * @param mixed $value * @param array $values * @param string $message