1
0
Fork 0

Merge pull request #3154 from francoispluchino/fix-phpdoc

Fix phpdoc
pull/3284/merge
Jordi Boggiano 2014-09-30 00:06:21 +01:00
commit 18ab5ad6fe
1 changed files with 1 additions and 1 deletions

View File

@ -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
*/