Fix PhanTypeMismatchDeclaredParam
[lhc/web/wiklou.git] / tests / phpunit / mocks / content / DummyNonTextContent.php
index 91bb186..e65f522 100644 (file)
@@ -92,7 +92,7 @@ class DummyNonTextContent extends AbstractContent {
 
        /**
         * @param Title $title
-        * @param int $revId Unused.
+        * @param int|null $revId Unused.
         * @param null|ParserOptions $options
         * @param bool $generateHtml Whether to generate Html (default: true). If false, the result
         *  of calling getText() on the ParserOutput object returned by this method is undefined.