X-Git-Url: https://git.cyclocoop.org/%28%28?a=blobdiff_plain;f=includes%2Ftidy%2FTidyDriverBase.php;h=f88b673479e0f3bbb6651c9edd66ee04166aaf2a;hb=3b7f4539639b3899e246e245df481882f81f9340;hp=6e01894008c80898750329a669eb4da7a9e42c32;hpb=b95ca29602793f39191c06cd6941e3f32ab1bbb8;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;