From 766c8d448c04e189febc9ea0b701841495a5c890 Mon Sep 17 00:00:00 2001 From: arai Date: Sun, 23 Feb 2020 21:31:28 +0900 Subject: [PATCH] add 'array' to document in ConfigSourceInterface.php --- 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 0d56fc0ed..a00e989bb 100644 --- a/src/Composer/Config/ConfigSourceInterface.php +++ b/src/Composer/Config/ConfigSourceInterface.php @@ -39,7 +39,7 @@ interface ConfigSourceInterface * Add a config setting * * @param string $name Name - * @param string $value Value + * @param string|array $value Value */ public function addConfigSetting($name, $value);