Upgrade to 3.3.0

This commit is contained in:
Bastian Allgeier
2019-11-05 09:35:58 +01:00
parent 447a9dd266
commit a431716732
186 changed files with 3068 additions and 1458 deletions

View File

@@ -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
*/