소스 검색

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