lib: Fix PHPDoc of Translator::splitLocaleCode()

This commit is contained in:
Eric Lippmann 2015-08-31 09:08:31 +02:00
parent 4e2595c09b
commit 38ef8c7f11
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ class Translator
*
* @param string $locale The locale code to split, or null to split the current locale
*
* @return stdClass An object with a 'language' and 'country' attribute
* @return object An object with a 'language' and 'country' attribute
*/
public static function splitLocaleCode($locale = null)
{