summaryrefslogtreecommitdiffstats
path: root/lib/public/iappconfig.php
diff options
context:
space:
mode:
authorRobin McCorkell <rmccorkell@karoshi.org.uk>2015-01-16 18:31:15 +0000
committerRobin McCorkell <rmccorkell@karoshi.org.uk>2015-01-16 20:30:43 +0000
commit2b99fc76eced32c740a9f87d48354e0ffdc57f45 (patch)
tree91d1b951b175222a61d28b29d29c75031efe0b27 /lib/public/iappconfig.php
parent3465604cf9ed20b169da9c1a8bbd31a9afcf9183 (diff)
downloadnextcloud-server-2b99fc76eced32c740a9f87d48354e0ffdc57f45.tar.gz
nextcloud-server-2b99fc76eced32c740a9f87d48354e0ffdc57f45.zip
Cleanup of PHPDoc return types
Diffstat (limited to 'lib/public/iappconfig.php')
-rw-r--r--lib/public/iappconfig.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/iappconfig.php b/lib/public/iappconfig.php
index cbd1a7e0573..3a976b4a263 100644
--- a/lib/public/iappconfig.php
+++ b/lib/public/iappconfig.php
@@ -58,7 +58,7 @@ interface IAppConfig {
*
* @param string|false $key
* @param string|false $app
- * @return array
+ * @return array|false
*/
public function getValues($app, $key);