Remove incomplete @param from test function

the @dataProvider should be a enough here

Change-Id: If62bee2dec62d4deb2e7d5d3452f26c93a7e8348
This commit is contained in:
Umherirrender 2021-01-19 21:22:42 +01:00
parent 7771d22cc3
commit 3779f172d3

View file

@ -66,10 +66,6 @@ class LoginNotifyTest extends MediaWikiTestCase {
}
/**
* @param $username string
* @param $year int
* @param $salt string
* @param $expected string
* @dataProvider provideGenerateUserCookieRecord
*/
public function testGenerateUserCookieRecord( $username, $year, $salt, $expected ) {