diff options
author | blizzz <blizzz@arthur-schiwon.de> | 2016-06-09 20:39:20 +0200 |
---|---|---|
committer | blizzz <blizzz@arthur-schiwon.de> | 2016-06-09 20:39:20 +0200 |
commit | 5a0dc1b994e21f80b5c436d6b44620b42ae323e9 (patch) | |
tree | ef385b9ef924088b6d6c1404d659e6be450aaf1f /lib/private/AppConfig.php | |
parent | 28193732ea24094335cccddf5fe03aeeeb6f5894 (diff) | |
parent | a636e4ff28b25797d6cc7750bc1efe52437ec67f (diff) | |
download | nextcloud-server-5a0dc1b994e21f80b5c436d6b44620b42ae323e9.tar.gz nextcloud-server-5a0dc1b994e21f80b5c436d6b44620b42ae323e9.zip |
Merge pull request #31 from nextcloud/downstream-160609
Downstream 2016-06-09
Diffstat (limited to 'lib/private/AppConfig.php')
-rw-r--r-- | lib/private/AppConfig.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/AppConfig.php b/lib/private/AppConfig.php index 24542152ffc..f84c8a41f17 100644 --- a/lib/private/AppConfig.php +++ b/lib/private/AppConfig.php @@ -143,7 +143,7 @@ class AppConfig implements IAppConfig { * * @param string $app app * @param string $key key - * @param string $value value + * @param string|float|int $value value * @return bool True if the value was inserted or updated, false if the value was the same */ public function setValue($app, $key, $value) { |