@@ -24,6 +24,11 @@ |
||
24 | 24 | |
25 | 25 | protected $applicationName; |
26 | 26 | |
27 | + /** |
|
28 | + * @param string $applicationName |
|
29 | + * @param string $currentVersion |
|
30 | + * @param string $gitHubRepository |
|
31 | + */ |
|
27 | 32 | public function __construct($applicationName = null, $currentVersion = null, $gitHubRepository = null) |
28 | 33 | { |
29 | 34 | parent::__construct(self::SELF_UPDATE_COMMAND_NAME); |
@@ -380,7 +380,7 @@ |
||
380 | 380 | } |
381 | 381 | |
382 | 382 | /** |
383 | - * @param $command |
|
383 | + * @param string $command |
|
384 | 384 | * |
385 | 385 | * @return mixed |
386 | 386 | */ |