From 3f8f549352d402dc34d1c17163e80ae24deefdf9 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 30 Oct 2020 14:22:57 +0100 Subject: [PATCH] Add new flag to ConfigSourceInterface as most likely there are no implementors anyway --- src/Composer/Config/ConfigSourceInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Config/ConfigSourceInterface.php b/src/Composer/Config/ConfigSourceInterface.php index 030123cc4..42bac5623 100644 --- a/src/Composer/Config/ConfigSourceInterface.php +++ b/src/Composer/Config/ConfigSourceInterface.php @@ -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