Procházet zdrojové kódy

Fixed RepositoryInterface

everzet před 13 roky
rodič
revize
5c841187fd
1 změnil soubory, kde provedl 0 přidání a 5 odebrání
  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).
      *