We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 599bdee commit d10c056Copy full SHA for d10c056
src/Logger/Inflector.php
@@ -29,7 +29,7 @@ final class Inflector
29
/**
30
* @param positive-int|0 $count
31
*/
32
- public static function pluralize(string $singular, int $count): ?string
+ public static function pluralize(string $singular, int $count): string
33
{
34
Assert::keyExists(
35
self::PLURAL_MAP,
0 commit comments