diff options
Diffstat (limited to 'includes/languages/LanguageQqx.php')
-rw-r--r-- | includes/languages/LanguageQqx.php | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/includes/languages/LanguageQqx.php b/includes/languages/LanguageQqx.php index 3d864a9676a7..d42ada6a6db2 100644 --- a/includes/languages/LanguageQqx.php +++ b/includes/languages/LanguageQqx.php @@ -19,7 +19,7 @@ */ /** - * Dummy language that return the message names. + * Dummy language that returns the message names. * * For all translated messages, this returns a special value handled in Message::format() * to display the message key (and fallback keys) and the parameters passed to the message. @@ -29,14 +29,11 @@ * extensions that assume the contents of some messages are valid. * * @ingroup Languages - * @deprecated since 1.41 The overridden method is deprecated. The feature has been reimplemented + * @deprecated since 1.41. The overridden method is deprecated. The feature has been reimplemented * in MessageCache. Callers doing "new LanguageQqx" should use * $languageFactory->getLanguage( 'qqx' ) to get a Language object with its code set to qqx. */ class LanguageQqx extends Language { - /** - * @inheritDoc - */ public function getMessage( $key ) { // Special value replaced in Message::format() return '($*)'; |