1
0
Fork 0

Merge pull request #8640 from souweb22/fix_doc

add 'array' to document in ConfigSourceInterface.php
pull/8661/head
Jordi Boggiano 2020-02-28 22:04:28 +01:00 committed by GitHub
commit eb56c8dcd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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