@@ -199,6 +199,7 @@ discard block |
||
199 | 199 | /** |
200 | 200 | * Update progress from other threads. |
201 | 201 | * |
202 | + * @param ProgressBar $bar |
|
202 | 203 | * @return void |
203 | 204 | */ |
204 | 205 | protected function updateFromOtherThread($bar) |
@@ -209,6 +210,7 @@ discard block |
||
209 | 210 | /** |
210 | 211 | * Get current release. |
211 | 212 | * |
213 | + * @return Release |
|
212 | 214 | */ |
213 | 215 | protected function getCurrentRelease(Release $release) |
214 | 216 | { |
@@ -4,6 +4,9 @@ |
||
4 | 4 | |
5 | 5 | trait SyncTrait |
6 | 6 | { |
7 | + /** |
|
8 | + * @param string $string |
|
9 | + */ |
|
7 | 10 | abstract public function warn($string, $verbosity = null); |
8 | 11 | |
9 | 12 | /** |