浏览代码

Fix phpdoc

François Pluchino 10 年之前
父节点
当前提交
3dc83277a3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Composer/Repository/RepositoryManager.php

+ 1 - 1
src/Composer/Repository/RepositoryManager.php

@@ -89,7 +89,7 @@ class RepositoryManager
      * Returns a new repository for a specific installation type.
      *
      * @param  string                    $type   repository type
-     * @param  string                    $config repository configuration
+     * @param  array                     $config repository configuration
      * @return RepositoryInterface
      * @throws \InvalidArgumentException if repository for provided type is not registered
      */