From a4f41013463412ec39139f3f745d522b663208f4 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Tue, 16 Jun 2020 13:46:20 +0100 Subject: [PATCH] Phpdoc tweaks --- src/Composer/Plugin/PreFileDownloadEvent.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Composer/Plugin/PreFileDownloadEvent.php b/src/Composer/Plugin/PreFileDownloadEvent.php index 03efe3ab2..f7b523b94 100644 --- a/src/Composer/Plugin/PreFileDownloadEvent.php +++ b/src/Composer/Plugin/PreFileDownloadEvent.php @@ -69,7 +69,7 @@ class PreFileDownloadEvent extends Event } /** - * Retrieves the processed URL that will be downloaded + * Retrieves the processed URL that will be downloaded. * * @return string */ @@ -79,7 +79,7 @@ class PreFileDownloadEvent extends Event } /** - * Sets the processed URL that will be downloaded + * Sets the processed URL that will be downloaded. * * @param string $processedUrl New processed URL */ @@ -89,7 +89,7 @@ class PreFileDownloadEvent extends Event } /** - * Returns the type of this download (package, metadata) + * Returns the type of this download (package, metadata). * * @return string */ @@ -100,6 +100,7 @@ class PreFileDownloadEvent extends Event /** * Returns the context of this download, if any. + * * If this download is of type package, the package object is returned. * * @return mixed