diff options
author | Bart Visscher <bartv@thisnet.nl> | 2014-04-14 17:39:29 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2014-04-15 21:05:49 +0200 |
commit | bad41c05b80f22954d88120fa220b13cd5de5c4f (patch) | |
tree | e8c51aebb2e0b468e30ac17fe882b43a060ebc82 /apps/user_ldap/lib/wizard.php | |
parent | d826f33fae85e8ad68bd5d7b2b3a10cdeddf8827 (diff) | |
download | nextcloud-server-bad41c05b80f22954d88120fa220b13cd5de5c4f.tar.gz nextcloud-server-bad41c05b80f22954d88120fa220b13cd5de5c4f.zip |
Fix PHPdoc in user_ldap
using scrutinizer patch
Diffstat (limited to 'apps/user_ldap/lib/wizard.php')
-rw-r--r-- | apps/user_ldap/lib/wizard.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/user_ldap/lib/wizard.php b/apps/user_ldap/lib/wizard.php index 3854af617c1..8ddee8c760c 100644 --- a/apps/user_ldap/lib/wizard.php +++ b/apps/user_ldap/lib/wizard.php @@ -485,7 +485,7 @@ class Wizard extends LDAPUtility { /** * @brief sets the found value for the configuration key in the WizardResult * as well as in the Configuration instance - * @param $key the configuration key + * @param string $key the configuration key * @param $value the (detected) value * @return null * @@ -1000,7 +1000,7 @@ class Wizard extends LDAPUtility { /** * @brief appends a list of values fr * @param $result resource, the return value from ldap_get_attributes - * @param $attribute string, the attribute values to look for + * @param string $attribute the attribute values to look for * @param &$known array, new values will be appended here * @return int, state on of the class constants LRESULT_PROCESSED_OK, * LRESULT_PROCESSED_INVALID or LRESULT_PROCESSED_SKIP |