Merge pull request #8640 from souweb22/fix_doc

add 'array' to document in ConfigSourceInterface.php
main
Jordi Boggiano 4 years ago committed by GitHub
commit eb56c8dcd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save