Skip to content

Commit 4031c4c

Browse files
Fix docblocks about callables
1 parent ee8ac67 commit 4031c4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PluralizationRules.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ public static function get($number, $locale)
190190
/**
191191
* Overrides the default plural rule for a given locale.
192192
*
193-
* @param string $rule A PHP callable
194-
* @param string $locale The locale
193+
* @param callable $rule A PHP callable
194+
* @param string $locale The locale
195195
*
196196
* @throws \LogicException
197197
*/

0 commit comments

Comments
 (0)