1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-11 01:22:54 +00:00

Added comments -> IDE friendliness

This commit is contained in:
Paul Seiffert 2012-05-08 23:26:01 +02:00
parent 51e165c6c5
commit b3a5ca93c7
2 changed files with 11 additions and 3 deletions

View file

@ -59,6 +59,8 @@ interface RepositoryInterface extends \Countable
function getPackages();
/**
* Removes a package from the repository.
*
* @abstract
* @param \Composer\Package\PackageInterface $package
* @return void