Fix PackageInterface parameter comments (#11777)
parent
efe6e44883
commit
8246892d48
|
@ -24,7 +24,7 @@ interface DvcsDownloaderInterface
|
||||||
/**
|
/**
|
||||||
* Checks for unpushed changes to a current branch
|
* Checks for unpushed changes to a current branch
|
||||||
*
|
*
|
||||||
* @param PackageInterface $package package directory
|
* @param PackageInterface $package package instance
|
||||||
* @param string $path package directory
|
* @param string $path package directory
|
||||||
* @return string|null changes or null
|
* @return string|null changes or null
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -458,7 +458,7 @@ class FileDownloader implements DownloaderInterface, ChangeReportInterface
|
||||||
/**
|
/**
|
||||||
* Process the download url
|
* Process the download url
|
||||||
*
|
*
|
||||||
* @param PackageInterface $package package the url is coming from
|
* @param PackageInterface $package package instance
|
||||||
* @param non-empty-string $url download url
|
* @param non-empty-string $url download url
|
||||||
* @throws \RuntimeException If any problem with the url
|
* @throws \RuntimeException If any problem with the url
|
||||||
* @return non-empty-string url
|
* @return non-empty-string url
|
||||||
|
|
|
@ -24,7 +24,7 @@ interface VcsCapableDownloaderInterface
|
||||||
/**
|
/**
|
||||||
* Gets the VCS Reference for the package at path
|
* Gets the VCS Reference for the package at path
|
||||||
*
|
*
|
||||||
* @param PackageInterface $package package directory
|
* @param PackageInterface $package package instance
|
||||||
* @param string $path package directory
|
* @param string $path package directory
|
||||||
* @return string|null reference or null
|
* @return string|null reference or null
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue