From: Marius Hoch Date: Tue, 12 Jun 2018 18:20:49 +0000 (+0200) Subject: Fix typehint-typo in MediaWikiTestCase X-Git-Tag: 1.34.0-rc.0~5108^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=291440ba497ab62f1875a3a1b779cc64cc5dde7c;p=lhc%2Fweb%2Fwiklou.git Fix typehint-typo in MediaWikiTestCase Change-Id: I3817d586cfaaaf38439820741e68eff044e9bf76 --- diff --git a/tests/phpunit/MediaWikiTestCase.php b/tests/phpunit/MediaWikiTestCase.php index 6bcbd938d8..5fddc3d71b 100644 --- a/tests/phpunit/MediaWikiTestCase.php +++ b/tests/phpunit/MediaWikiTestCase.php @@ -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