tests: strip useless phpdoc

This commit is contained in:
Dylan K. Taylor
2020-10-26 15:59:17 +00:00
parent 0b550b346b
commit 500fd2d842
6 changed files with 0 additions and 12 deletions

View File

@ -61,7 +61,6 @@ class ConfigTest extends TestCase{
/**
* @dataProvider fixYamlIndexesProvider
*
* @param string $test
* @param mixed[] $expected
*/
public function testFixYamlIndexes(string $test, array $expected) : void{

View File

@ -51,7 +51,6 @@ class UtilsTest extends TestCase{
}
/**
* @param string $docComment
* @dataProvider parseDocCommentNewlineProvider
*/
public function testParseDocCommentNewlines(string $docComment) : void{