浏览代码

Merge pull request #8640 from souweb22/fix_doc

add 'array' to document in ConfigSourceInterface.php
Jordi Boggiano 5 年之前
父节点
当前提交
eb56c8dcd4
共有 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);