Revert "add removePackage() to RepositoryInterface"
This reverts commit cfb0d33c45
.
Fixes #7634
pull/7637/head
parent
55fec6575f
commit
0124e7b553
|
@ -71,11 +71,4 @@ interface RepositoryInterface extends \Countable
|
||||||
* @return array[] an array of array('name' => '...', 'description' => '...')
|
* @return array[] an array of array('name' => '...', 'description' => '...')
|
||||||
*/
|
*/
|
||||||
public function search($query, $mode = 0);
|
public function search($query, $mode = 0);
|
||||||
|
|
||||||
/**
|
|
||||||
* Removes a package from the registered packages list.
|
|
||||||
*
|
|
||||||
* @param PackageInterface $package
|
|
||||||
*/
|
|
||||||
public function removePackage(PackageInterface $package);
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue