diff options
author | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2016-01-15 12:54:26 +0000 |
---|---|---|
committer | Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> | 2016-01-15 12:54:26 +0000 |
commit | 83a8e756143bf5e1727b497f89d8d18888df2fbd (patch) | |
tree | 65dcda933a79668a9f24334419de3da09f974854 /apps/user_ldap/lib | |
parent | 6a7be4d277a82ab8da297fbeae1e82a61338b649 (diff) | |
download | nextcloud-server-83a8e756143bf5e1727b497f89d8d18888df2fbd.tar.gz nextcloud-server-83a8e756143bf5e1727b497f89d8d18888df2fbd.zip |
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
Diffstat (limited to 'apps/user_ldap/lib')
-rw-r--r-- | apps/user_ldap/lib/configuration.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/configuration.php b/apps/user_ldap/lib/configuration.php index e810fb835d4..75d244255c6 100644 --- a/apps/user_ldap/lib/configuration.php +++ b/apps/user_ldap/lib/configuration.php @@ -281,7 +281,6 @@ class Configuration { * * @param string $varName name of config-key * @param array|string $value to set - * @param boolean $trim Trim value? (default: false) */ protected function setMultiLine($varName, $value) { if(empty($value)) { |