Drop not needed @dataProvider doc tags from MediaWikiTitleCodecTest
authorThiemo Mättig <thiemo.maettig@wikimedia.de>
Wed, 18 Mar 2015 16:19:14 +0000 (17:19 +0100)
committerThiemo Mättig <thiemo.maettig@wikimedia.de>
Wed, 18 Mar 2015 16:19:14 +0000 (17:19 +0100)
commitbba6f647b5ad5334c7a2432905060fdebce1504d
treee97e8fd06cf5dc64ebb58261248433cd2422a18d
parent3e975cfc94f298e3bd6c17c813a2a416463e0af2
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