X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Ftidy%2FTidyDriverBase.php;h=f88b673479e0f3bbb6651c9edd66ee04166aaf2a;hb=2443406d3765e31dc734ea74985420773940c37d;hp=6e01894008c80898750329a669eb4da7a9e42c32;hpb=89539f2aa1b158fdcc703ad053e2580cb97a6385;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/tidy/TidyDriverBase.php b/includes/tidy/TidyDriverBase.php index 6e01894008..f88b673479 100644 --- a/includes/tidy/TidyDriverBase.php +++ b/includes/tidy/TidyDriverBase.php @@ -14,6 +14,7 @@ abstract class TidyDriverBase { /** * Return true if validate() can be used + * @return bool */ public function supportsValidate() { return false;