diff options
Diffstat (limited to 'includes/content/CodeContentHandler.php')
-rw-r--r-- | includes/content/CodeContentHandler.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/includes/content/CodeContentHandler.php b/includes/content/CodeContentHandler.php index fcbadeed0662..8c94d95a396e 100644 --- a/includes/content/CodeContentHandler.php +++ b/includes/content/CodeContentHandler.php @@ -65,11 +65,7 @@ abstract class CodeContentHandler extends TextContentHandler { return MediaWikiServices::getInstance()->getLanguageFactory()->getLanguage( 'en' ); } - /** - * @stable to override - * - * @return string - */ + /** @inheritDoc */ protected function getContentClass() { throw new LogicException( 'Subclass must override' ); } |