1
0
Fork 0

Add new flag to ConfigSourceInterface as most likely there are no implementors anyway

pull/9384/head
Jordi Boggiano 2020-10-30 14:22:57 +01:00
parent f2f3b03fec
commit 3f8f549352
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ interface ConfigSourceInterface
* @param string $name Name * @param string $name Name
* @param array|false $config Configuration * @param array|false $config Configuration
*/ */
public function addRepository($name, $config/* , $append = true */); public function addRepository($name, $config, $append = true);
/** /**
* Remove a repository * Remove a repository