1
0
Fork 0

Allow false as well as repository value, refs #9165

pull/9188/head
Jordi Boggiano 2020-09-07 16:22:14 +02:00
parent cc1874e21b
commit b1cbc08ec0
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ interface ConfigSourceInterface
/**
* Add a repository
*
* @param string $name Name
* @param array $config Configuration
* @param string $name Name
* @param array|false $config Configuration
*/
public function addRepository($name, $config);