Adding missing docblock on Downloader class

parent e66f855e
...@@ -90,6 +90,7 @@ class Downloader ...@@ -90,6 +90,7 @@ class Downloader
/** /**
* Download the temporary Zip to the given file. * Download the temporary Zip to the given file.
* @param string $zipFile * @param string $zipFile
* @param string $latestVersionUrl
* @return $this * @return $this
*/ */
protected function downloadFile($zipFile, $latestVersionUrl) protected function downloadFile($zipFile, $latestVersionUrl)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment