瀏覽代碼

Fixed RepositoryInterface

everzet 13 年之前
父節點
當前提交
5c841187fd
共有 1 個文件被更改,包括 0 次插入5 次删除
  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).
      *