Navigation Menu

Skip to content

Commit

Permalink
Updating doc blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
burzum committed Apr 24, 2017
1 parent 5b83db8 commit e33559b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/I18n/I18n.php
Expand Up @@ -116,7 +116,7 @@ public static function translators()
* );
* ```
*
* @deprecated Deprecated since 3.5. Use getTranslator() and setTranslator()
* @deprecated 3.5 Use getTranslator() and setTranslator()
* @param string $name The domain of the translation messages.
* @param string|null $locale The locale for the translator.
* @param callable|null $loader A callback function or callable class responsible for
Expand Down Expand Up @@ -262,7 +262,7 @@ public static function config($name, callable $loader)
* When called with no arguments it will return the currently configure
* locale as stored in the `intl.default_locale` PHP setting.
*
* @deprecated Deprecated since 3.5. Use setLocale() and getLocale().
* @deprecated 3.5 Use setLocale() and getLocale().
* @param string|null $locale The name of the locale to set as default.
* @return string|null The name of the default locale.
*/
Expand Down Expand Up @@ -315,7 +315,7 @@ public static function getLocale()
* the value as stored in the `intl.default_locale` PHP setting before
* any manipulation by this class.
*
* @deprecated Deprecated since 3.5. Use getDefaultLocale()
* @deprecated 3.5 Use getDefaultLocale()
* @return string
*/
public static function defaultLocale()
Expand Down Expand Up @@ -346,7 +346,7 @@ public static function getDefaultLocale()
*
* If called with no arguments, it will return the currently configured value.
*
* @deprecated Deprecated since 3.5. Use getDefaultFormatter() and setDefaultFormatter().
* @deprecated 3.5 Use getDefaultFormatter() and setDefaultFormatter().
* @param string|null $name The name of the formatter to use.
* @return string The name of the formatter.
*/
Expand Down

0 comments on commit e33559b

Please sign in to comment.