Fix typehint-typo in MediaWikiTestCase
authorMarius Hoch <hoo@online.de>
Tue, 12 Jun 2018 18:20:49 +0000 (20:20 +0200)
committerMarius Hoch <hoo@online.de>
Tue, 12 Jun 2018 18:20:49 +0000 (20:20 +0200)
Change-Id: I3817d586cfaaaf38439820741e68eff044e9bf76

tests/phpunit/MediaWikiTestCase.php

index 6bcbd93..5fddc3d 100644 (file)
@@ -1023,7 +1023,7 @@ abstract class MediaWikiTestCase extends PHPUnit\Framework\TestCase {
         * Should be called from addDBData().
         *
         * @since 1.25 ($namespace in 1.28)
-        * @param string|title $pageName Page name or title
+        * @param string|Title $pageName Page name or title
         * @param string $text Page's content
         * @param int $namespace Namespace id (name cannot already contain namespace)
         * @return array Title object and page id