1
0
Fork 0

Merge branch '1.7'

pull/7637/head
Jordi Boggiano 2018-09-13 09:28:04 +02:00
commit af677553cc
1 changed files with 0 additions and 7 deletions

View File

@ -71,11 +71,4 @@ interface RepositoryInterface extends \Countable
* @return array[] an array of array('name' => '...', 'description' => '...')
*/
public function search($query, $mode = 0);
/**
* Removes a package from the registered packages list.
*
* @param PackageInterface $package
*/
public function removePackage(PackageInterface $package);
}