Fix PhanTypeMismatchDeclaredParam
[lhc/web/wiklou.git] / includes / tidy / RaggettBase.php
index 245982e..ccef56b 100644 (file)
@@ -41,7 +41,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
         */