mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
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
|
||||
*
|
||||
* @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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user