Allow false as well as repository value, refs #9165
parent
cc1874e21b
commit
b1cbc08ec0
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue