浏览代码

add 'array' to document in ConfigSourceInterface.php

arai 5 年之前
父节点
当前提交
766c8d448c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Composer/Config/ConfigSourceInterface.php

+ 1 - 1
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);