diff --git a/src/Composer/Plugin/PreFileDownloadEvent.php b/src/Composer/Plugin/PreFileDownloadEvent.php index 878ab851f..2ae1e5380 100644 --- a/src/Composer/Plugin/PreFileDownloadEvent.php +++ b/src/Composer/Plugin/PreFileDownloadEvent.php @@ -67,7 +67,7 @@ class PreFileDownloadEvent extends Event /** * Sets the processed URL that will be downloaded * - * @return string + * @param string $processedUrl New processed URL */ public function setProcessedUrl($processedUrl) {