Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2014-02-28 16:53:41 +0400
committerBart Visscher <bartv@thisnet.nl>2014-02-28 16:53:41 +0400
commit35a8dfb2fa7970098e6677f7b93b7d782d5df7f0 (patch)
tree8ede91547e256ece30635c7ab04d9bb08f63e671 /lib/private/appconfig.php
parent89e0763d3d511d2da878db43c89300c51850b0f3 (diff)
More PHPDoc fixes, using scrutinizer patches as hints
Diffstat (limited to 'lib/private/appconfig.php')
-rw-r--r--lib/private/appconfig.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/private/appconfig.php b/lib/private/appconfig.php
index cdaaebb87e5..cfb84309c67 100644
--- a/lib/private/appconfig.php
+++ b/lib/private/appconfig.php
@@ -218,8 +218,8 @@ class AppConfig implements \OCP\IAppConfig {
/**
* get multiply values, either the app or key can be used as wildcard by setting it to false
*
- * @param boolean $app
- * @param string $key
+ * @param string|false $app
+ * @param string|false $key
* @return array
*/
public function getValues($app, $key) {