diff options
Diffstat (limited to 'includes/content/CodeContentHandler.php')
-rw-r--r-- | includes/content/CodeContentHandler.php | 1 |
1 files changed, 1 insertions, 0 deletions
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' ); |