X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Ftidy%2FRaggettBase.php;h=ed91735804bae766929fbdb0ca9d3b59c9b0fe9c;hp=245982e43cabbd4b93c4bf7cfc0a0bf75ae9191d;hb=1de7117197761961736ea43b237599569eee93a2;hpb=1054deece9c03a448f03cf3fd03493458d9bee09 diff --git a/includes/tidy/RaggettBase.php b/includes/tidy/RaggettBase.php index 245982e43c..ed91735804 100644 --- a/includes/tidy/RaggettBase.php +++ b/includes/tidy/RaggettBase.php @@ -4,6 +4,9 @@ namespace MediaWiki\Tidy; use MWException; +/** + * @deprecated since 1.32, use RemexDriver + */ abstract class RaggettBase extends TidyDriverBase { /** * Generic interface for wrapping and unwrapping HTML for Dave Raggett's tidy. @@ -41,7 +44,7 @@ abstract class RaggettBase extends TidyDriverBase { * Perform a clean/repair operation * @param string $text HTML to check * @param bool $stderr Whether to read result from STDERR rather than STDOUT - * @param int &$retval Exit code (-1 on internal error) + * @param int|null &$retval Exit code (-1 on internal error) * @return null|string * @throws MWException */