From bba6f647b5ad5334c7a2432905060fdebce1504d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thiemo=20M=C3=A4ttig?= Date: Wed, 18 Mar 2015 17:19:14 +0100 Subject: [PATCH] Drop not needed @dataProvider doc tags from MediaWikiTitleCodecTest No other @dataProvider in this file does have it's parameters documented. We usually don't do this because it doesn't add useful information and is not possible in all cases anyway, e.g. in providers for tests that are expected to fail. The @param tags would be "mixed" there. Change-Id: I12a44482e7934a4a18d284d57bf510cb0467cee3 --- tests/phpunit/includes/title/MediaWikiTitleCodecTest.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/phpunit/includes/title/MediaWikiTitleCodecTest.php b/tests/phpunit/includes/title/MediaWikiTitleCodecTest.php index f1146a7605..860fec4ed3 100644 --- a/tests/phpunit/includes/title/MediaWikiTitleCodecTest.php +++ b/tests/phpunit/includes/title/MediaWikiTitleCodecTest.php @@ -370,13 +370,6 @@ class MediaWikiTitleCodecTest extends MediaWikiTestCase { /** * @dataProvider provideGetNamespaceName - * - * @param int $namespace - * @param string $text - * @param string $lang - * @param string $expected - * - * @internal param \TitleValue $title */ public function testGetNamespaceName( $namespace, $text, $lang, $expected ) { $codec = $this->makeCodec( $lang ); -- 2.20.1