This commit is contained in:
Nuno Maduro
2024-01-20 11:43:52 +00:00
parent 6d74965727
commit e135e2671f
4 changed files with 5 additions and 5 deletions

View File

@ -58,7 +58,7 @@ final class HigherOrderMessageCollection
/**
* Count the number of messages with the given name.
*
* @param string $name A higher order message name (usually a method name)
* @param string $name A higher order message name (usually a method name)
*/
public function count(string $name): int
{