فهرست منبع

Merge branch '1.7'

Jordi Boggiano 6 سال پیش
والد
کامیت
af677553cc
1فایلهای تغییر یافته به همراه0 افزوده شده و 7 حذف شده
  1. 0 7
      src/Composer/Repository/RepositoryInterface.php

+ 0 - 7
src/Composer/Repository/RepositoryInterface.php

@@ -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);
 }