@@ -12,7 +12,6 @@ |
||
| 12 | 12 | interface ConfigurationInterface { |
| 13 | 13 | |
| 14 | 14 | /** |
| 15 | - * @param FinderParameters $finderParams |
|
| 16 | 15 | * @return FileFinderInterface |
| 17 | 16 | */ |
| 18 | 17 | public function getFilesFinder(); |
@@ -36,10 +36,8 @@ |
||
| 36 | 36 | /** |
| 37 | 37 | * @dataProvider getComposerFileDataProvider |
| 38 | 38 | * |
| 39 | - * @param int $tagType |
|
| 40 | 39 | * @param string $input |
| 41 | 40 | * @param array $expectErrorLines |
| 42 | - * @param bool $process |
|
| 43 | 41 | */ |
| 44 | 42 | public function testComposerFile($input, array $expectErrorLines) { |
| 45 | 43 | $tool = new ComposerReview(); |