diff --git a/library/Icinga/Util/Translator.php b/library/Icinga/Util/Translator.php index 03fd865cd..78fa675b8 100644 --- a/library/Icinga/Util/Translator.php +++ b/library/Icinga/Util/Translator.php @@ -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) {