Merge "Special:Newpages feed now shows first revision instead of latest revision"
[lhc/web/wiklou.git] / includes / tidy / TidyDriverBase.php
index d3f9d48..6e01894 100644 (file)
@@ -24,6 +24,7 @@ abstract class TidyDriverBase {
         *
         * @param string $text
         * @param string &$errorStr Return the error string
+        * @throws \MWException
         * @return bool Whether the HTML is valid
         */
        public function validate( $text, &$errorStr ) {