mirror of
https://github.com/composer/composer
synced 2025-05-11 09:32:55 +00:00
Added comments -> IDE friendliness
This commit is contained in:
parent
51e165c6c5
commit
b3a5ca93c7
2 changed files with 11 additions and 3 deletions
|
@ -59,6 +59,8 @@ interface RepositoryInterface extends \Countable
|
|||
function getPackages();
|
||||
|
||||
/**
|
||||
* Removes a package from the repository.
|
||||
*
|
||||
* @abstract
|
||||
* @param \Composer\Package\PackageInterface $package
|
||||
* @return void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue