Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Framework/Assert.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment on lines 261 to 265
Expand Down
Loading