1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 00:53:06 +00:00

Coding standards and Cosmetics

Processing feedback given by @stof and @Seldaek.
This commit is contained in:
Paul Seiffert 2012-05-09 09:50:08 +02:00
parent e4a0de5df4
commit 1713acf011
4 changed files with 21 additions and 26 deletions

View file

@ -57,13 +57,4 @@ interface RepositoryInterface extends \Countable
* @return array
*/
function getPackages();
/**
* Removes a package from the repository.
*
* @abstract
* @param \Composer\Package\PackageInterface $package
* @return void
*/
function removePackage(PackageInterface $package);
}

View file

@ -165,7 +165,7 @@ class RepositoryManager
/**
* Returns all local repositories for the project.
*
* @return array[RepositoryInterface]
* @return array[WritableRepositoryInterface]
*/
public function getLocalRepositories()
{