Sfoglia il codice sorgente

add 'array' to document in ConfigSourceInterface.php

arai 5 anni fa
parent
commit
766c8d448c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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);