X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fcontent%2FCodeContentHandler.php;h=694b633e7b8605d57e221fb7fa02005836a3ca33;hb=fabbcb33fc0d95c153b789eec0cbc91c88654331;hp=447a2a732a08c903b7bf2ce2a92624214f7eb383;hpb=96efe0bc6634f42a72b6f18e7a69dce2388e2452;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/content/CodeContentHandler.php b/includes/content/CodeContentHandler.php index 447a2a732a..694b633e7b 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' );