Allow false as well as repository value, refs #9165
parent
cc1874e21b
commit
b1cbc08ec0
|
@ -24,7 +24,7 @@ interface ConfigSourceInterface
|
||||||
* Add a repository
|
* Add a repository
|
||||||
*
|
*
|
||||||
* @param string $name Name
|
* @param string $name Name
|
||||||
* @param array $config Configuration
|
* @param array|false $config Configuration
|
||||||
*/
|
*/
|
||||||
public function addRepository($name, $config);
|
public function addRepository($name, $config);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue