From 3dc83277a38f2f6731fe2615885297181054892d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Pluchino?= Date: Wed, 23 Jul 2014 20:19:29 +0200 Subject: [PATCH] Fix phpdoc --- src/Composer/Repository/RepositoryManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Repository/RepositoryManager.php b/src/Composer/Repository/RepositoryManager.php index 1a9054f14..83352cf2f 100644 --- a/src/Composer/Repository/RepositoryManager.php +++ b/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 */