Procházet zdrojové kódy

Merge pull request #3154 from francoispluchino/fix-phpdoc

Fix phpdoc
Jordi Boggiano před 10 roky
rodič
revize
18ab5ad6fe
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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
      */