@@ -51,7 +51,7 @@ discard block |
||
51 | 51 | protected $finder; |
52 | 52 | |
53 | 53 | /** |
54 | - * @param string|int|null $name the name or index of the repository |
|
54 | + * @param integer $name the name or index of the repository |
|
55 | 55 | * |
56 | 56 | * @return \GitElephant\Repository |
57 | 57 | */ |
@@ -257,7 +257,7 @@ discard block |
||
257 | 257 | /** |
258 | 258 | * |
259 | 259 | * @param MockObject $repo |
260 | - * @param string|array $output |
|
260 | + * @param string[] $output |
|
261 | 261 | * @return void |
262 | 262 | */ |
263 | 263 | protected function addOutputToMockRepo(MockObject $repo, $output): void |