Add new flag to ConfigSourceInterface as most likely there are no implementors anyway
parent
f2f3b03fec
commit
3f8f549352
|
@ -26,7 +26,7 @@ interface ConfigSourceInterface
|
|||
* @param string $name Name
|
||||
* @param array|false $config Configuration
|
||||
*/
|
||||
public function addRepository($name, $config/* , $append = true */);
|
||||
public function addRepository($name, $config, $append = true);
|
||||
|
||||
/**
|
||||
* Remove a repository
|
||||
|
|
Loading…
Reference in New Issue