From f9721cda318e482d2f5ef5ac4d0a362267ea763a Mon Sep 17 00:00:00 2001 From: Thiemo Kreuz Date: Tue, 30 Apr 2019 17:06:46 +0200 Subject: [PATCH] Fix @return documentation for MediaWikiTestCase::editPage() Change-Id: Iec6ec28256b014a2c745413786d0ba5e8d5839d7 --- 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 fd0cea1023..ebc3b79c3f 100644 --- a/tests/phpunit/MediaWikiTestCase.php +++ b/tests/phpunit/MediaWikiTestCase.php @@ -2369,7 +2369,7 @@ abstract class MediaWikiTestCase extends PHPUnit\Framework\TestCase { * @param string $text Content of the page * @param string $summary Optional summary string for the revision * @param int $defaultNs Optional namespace id - * @return array Array as returned by WikiPage::doEditContent() + * @return Status Object as returned by WikiPage::doEditContent() * @throws MWException If this test cases's needsDB() method doesn't return true. * Test cases can use "@group Database" to enable database test support, * or list the tables under testing in $this->tablesUsed, or override the -- 2.20.1