lib: Fix PHPDoc of Translator::splitLocaleCode()
This commit is contained in:
parent
4e2595c09b
commit
38ef8c7f11
|
@ -195,7 +195,7 @@ class Translator
|
||||||
*
|
*
|
||||||
* @param string $locale The locale code to split, or null to split the current locale
|
* @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)
|
public static function splitLocaleCode($locale = null)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue