@@ -120,7 +120,7 @@ |
||
120 | 120 | |
121 | 121 | /** |
122 | 122 | * Standardize the output error when an exception occurs. |
123 | - * @param Throwable $e Throwable object we will get its message to output. |
|
123 | + * @param ConfigException $e Throwable object we will get its message to output. |
|
124 | 124 | * @return CliOutput |
125 | 125 | */ |
126 | 126 | private function outputException(Throwable $e) |
@@ -29,7 +29,7 @@ |
||
29 | 29 | * Reporter constructor. |
30 | 30 | * |
31 | 31 | * @param Config $config |
32 | - * @param Output|OutputInterface $output |
|
32 | + * @param Output $output |
|
33 | 33 | */ |
34 | 34 | public function __construct(Config $config, Output $output) |
35 | 35 | { |
@@ -116,8 +116,8 @@ |
||
116 | 116 | } |
117 | 117 | |
118 | 118 | /** |
119 | - * @param $source |
|
120 | - * @param $destination |
|
119 | + * @param string $source |
|
120 | + * @param string $destination |
|
121 | 121 | * @param Consolidated $consolidated |
122 | 122 | * @param $history |
123 | 123 | * @return $this |
@@ -29,7 +29,7 @@ |
||
29 | 29 | * GitChanges constructor. |
30 | 30 | * |
31 | 31 | * @param Config $config |
32 | - * @param array $files |
|
32 | + * @param string[] $files |
|
33 | 33 | */ |
34 | 34 | public function __construct(Config $config, array $files) |
35 | 35 | { |
@@ -29,7 +29,7 @@ |
||
29 | 29 | * GitChanges constructor. |
30 | 30 | * |
31 | 31 | * @param Config $config |
32 | - * @param array $files |
|
32 | + * @param string[] $files |
|
33 | 33 | */ |
34 | 34 | public function __construct(Config $config, array $files) |
35 | 35 | { |
@@ -29,7 +29,7 @@ |
||
29 | 29 | * GitChanges constructor. |
30 | 30 | * |
31 | 31 | * @param Config $config |
32 | - * @param array $files |
|
32 | + * @param string[] $files |
|
33 | 33 | */ |
34 | 34 | public function __construct(Config $config, array $files) |
35 | 35 | { |