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