1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Almost PHPDoc problems fixed

This commit is contained in:
Pavel Savinov 2013-06-13 11:05:44 +11:00
parent 2cb697a4bb
commit 831bd844bd
31 changed files with 57 additions and 18 deletions

View file

@ -19,7 +19,8 @@ class PackageDependencyParserTest extends TestCase
/**
* @dataProvider dataProvider10
* @param $expected
* @param $data
* @param $data10
* @param $data20
*/
public function testShouldParseDependencies($expected, $data10, $data20)
{