Selaa lähdekoodia

Fixed RepositoryInterface

everzet 13 vuotta sitten
vanhempi
commit
5c841187fd
1 muutettua tiedostoa jossa 0 lisäystä ja 5 poistoa
  1. 0 5
      src/Composer/Repository/RepositoryInterface.php

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

@@ -22,11 +22,6 @@ use Composer\Package\PackageInterface;
  */
 interface RepositoryInterface extends \Countable
 {
-    /**
-     * Initializes repository (reads file, opens connection).
-     */
-    function initialize();
-
     /**
      * Checks if specified package registered (installed).
      *