diff --git a/src/Framework/Assert.php b/src/Framework/Assert.php index ae95d89d..a8fa55fc 100644 --- a/src/Framework/Assert.php +++ b/src/Framework/Assert.php @@ -265,7 +265,7 @@ public static function falsey(mixed $actual, ?string $description = null): void /** * Asserts the number of items in an array or Countable. - * @param mixed[] $value + * @param mixed[]|\Countable $value */ public static function count(int $count, array|\Countable $value, ?string $description = null): void {