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:
parent
e4a0de5df4
commit
1713acf011
4 changed files with 21 additions and 26 deletions
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -165,7 +165,7 @@ class RepositoryManager
|
|||
/**
|
||||
* Returns all local repositories for the project.
|
||||
*
|
||||
* @return array[RepositoryInterface]
|
||||
* @return array[WritableRepositoryInterface]
|
||||
*/
|
||||
public function getLocalRepositories()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue