From f6d65e533c62f6deb21342d4901ece24497b433e Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 4 Jun 2015 07:31:04 +0200 Subject: Update to MediaWiki 1.25.1 --- includes/content/CodeContentHandler.php | 1 + 1 file changed, 1 insertion(+) (limited to 'includes/content/CodeContentHandler.php') diff --git a/includes/content/CodeContentHandler.php b/includes/content/CodeContentHandler.php index 447a2a73..694b633e 100644 --- a/includes/content/CodeContentHandler.php +++ b/includes/content/CodeContentHandler.php @@ -58,6 +58,7 @@ abstract class CodeContentHandler extends TextContentHandler { /** * @return string + * @throws MWException */ protected function getContentClass() { throw new MWException( 'Subclass must override' ); -- cgit v1.2.3-54-g00ecf