1
0
Fork 0

Fix phpdoc

pull/3321/head
François Pluchino 2014-10-02 10:47:34 +02:00
parent b33da336ec
commit 2f66d0c703
2 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ class CompletePackage extends Package implements CompletePackageInterface
/** /**
* Set the repositories * Set the repositories
* *
* @param string $repositories * @param array $repositories
*/ */
public function setRepositories($repositories) public function setRepositories($repositories)
{ {

View File

@ -118,7 +118,7 @@ interface PackageInterface
/** /**
* Returns the repository urls of this package including mirrors, e.g. git://github.com/naderman/composer.git * Returns the repository urls of this package including mirrors, e.g. git://github.com/naderman/composer.git
* *
* @return string * @return array
*/ */
public function getSourceUrls(); public function getSourceUrls();
@ -153,7 +153,7 @@ interface PackageInterface
/** /**
* Returns the urls of the distribution archive of this version, including mirrors * Returns the urls of the distribution archive of this version, including mirrors
* *
* @return string * @return array
*/ */
public function getDistUrls(); public function getDistUrls();