Merge "Remove redundant 'jquery.accessKeylabel' module alias"
[lhc/web/wiklou.git] / includes / exception / MWUnknownContentModelException.php
index df7111a..9f22815 100644 (file)
@@ -18,6 +18,7 @@ class MWUnknownContentModelException extends MWException {
                        'handle this content model.' );
                $this->modelId = $modelId;
        }
+
        /** @return string */
        public function getModelId() {
                return $this->modelId;