@@ -137,9 +137,9 @@ discard block |
||
| 137 | 137 | |
| 138 | 138 | /** |
| 139 | 139 | * @param \Symfony\Component\Console\Output\OutputInterface $output |
| 140 | - * @param $rfs |
|
| 141 | - * @param $remoteFilename |
|
| 142 | - * @param $tempFilename |
|
| 140 | + * @param RemoteFilesystem $rfs |
|
| 141 | + * @param string $remoteFilename |
|
| 142 | + * @param string $tempFilename |
|
| 143 | 143 | */ |
| 144 | 144 | private function downloadNewVersion(OutputInterface $output, $rfs, $remoteFilename, $tempFilename) |
| 145 | 145 | { |
@@ -220,7 +220,7 @@ discard block |
||
| 220 | 220 | } |
| 221 | 221 | |
| 222 | 222 | /** |
| 223 | - * @param $latest |
|
| 223 | + * @param string $latest |
|
| 224 | 224 | * @param $loadUnstable |
| 225 | 225 | * @return bool |
| 226 | 226 | */ |