@@ -49,7 +49,7 @@ |
||
49 | 49 | |
50 | 50 | |
51 | 51 | /** |
52 | - * @param string|array $regex |
|
52 | + * @param string $regex |
|
53 | 53 | * @return $this |
54 | 54 | */ |
55 | 55 | public function name($regex) { |
@@ -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(); |