From 291440ba497ab62f1875a3a1b779cc64cc5dde7c Mon Sep 17 00:00:00 2001 From: Marius Hoch Date: Tue, 12 Jun 2018 20:20:49 +0200 Subject: [PATCH] Fix typehint-typo in MediaWikiTestCase Change-Id: I3817d586cfaaaf38439820741e68eff044e9bf76 --- tests/phpunit/MediaWikiTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1