summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2014-04-16 17:54:10 +0200
committerBart Visscher <bartv@thisnet.nl>2014-04-16 17:54:10 +0200
commit81751cb616b843c6533de30a2ae73a7846819fcb (patch)
tree3e19cca3f106af812748a90e74e56685589831e0 /apps
parentbad41c05b80f22954d88120fa220b13cd5de5c4f (diff)
downloadnextcloud-server-81751cb616b843c6533de30a2ae73a7846819fcb.tar.gz
nextcloud-server-81751cb616b843c6533de30a2ae73a7846819fcb.zip
Add missing param hint
Diffstat (limited to 'apps')
-rw-r--r--apps/user_ldap/lib/wizardresult.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/user_ldap/lib/wizardresult.php b/apps/user_ldap/lib/wizardresult.php
index 9c154503f53..9e0936faa69 100644
--- a/apps/user_ldap/lib/wizardresult.php
+++ b/apps/user_ldap/lib/wizardresult.php
@@ -38,6 +38,7 @@ class WizardResult {
/**
* @param string $key
+ * @param array|string $values
*/
public function addOptions($key, $values) {
if(!is_array($values)) {