Upgrade to 3.3.0
This commit is contained in:
@@ -67,7 +67,7 @@ class I18n
|
||||
* depending on the given number
|
||||
*
|
||||
* @param int $count
|
||||
* @param boolean $none If true, 'none' will be returned if the count is 0
|
||||
* @param bool $none If true, 'none' will be returned if the count is 0
|
||||
* @return string
|
||||
*/
|
||||
public static function form(int $count, bool $none = false): string
|
||||
@@ -194,7 +194,7 @@ class I18n
|
||||
* Translate amounts
|
||||
*
|
||||
* @param string $key
|
||||
* @param integer $count
|
||||
* @param int $count
|
||||
* @param string $locale
|
||||
* @return mixed
|
||||
*/
|
||||
|
Reference in New Issue
Block a user