@@ -100,7 +100,6 @@ discard block |
||
100 | 100 | /** |
101 | 101 | * PublishCreateSite constructor. |
102 | 102 | * |
103 | - * @param Client $client |
|
104 | 103 | */ |
105 | 104 | public function __construct(Client $http) |
106 | 105 | { |
@@ -111,6 +110,9 @@ discard block |
||
111 | 110 | /** |
112 | 111 | * Get Value. |
113 | 112 | * |
113 | + * @param string $value |
|
114 | + * @param string $env_var |
|
115 | + * @param string $command |
|
114 | 116 | * @return array|int|null|string |
115 | 117 | */ |
116 | 118 | protected function getValue($value, $env_var, $command) |
@@ -17,6 +17,7 @@ |
||
17 | 17 | * @param $file |
18 | 18 | * @param null $server |
19 | 19 | * @param bool $verbose |
20 | + * @param string $destination_path |
|
20 | 21 | */ |
21 | 22 | protected function runScp($file, $destination_path, $server = null, $verbose = false) |
22 | 23 | { |