summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2014-05-11 16:29:59 +0200
committerLukas Reschke <lukas@statuscode.ch>2014-05-11 16:29:59 +0200
commit2ae1be762ca9df3addc5ca3347454a2e20289bf8 (patch)
tree3f2ed5496cd4e7c53e516959b0e77a7ddd0f6368 /apps/user_ldap/lib
parent57640742afb09b619ee94228a6028ca9c3a80ad8 (diff)
downloadnextcloud-server-2ae1be762ca9df3addc5ca3347454a2e20289bf8.tar.gz
nextcloud-server-2ae1be762ca9df3addc5ca3347454a2e20289bf8.zip
That's bool and not always true
Diffstat (limited to 'apps/user_ldap/lib')
-rw-r--r--apps/user_ldap/lib/connection.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/connection.php b/apps/user_ldap/lib/connection.php
index e04a23507b0..4df08f141c4 100644
--- a/apps/user_ldap/lib/connection.php
+++ b/apps/user_ldap/lib/connection.php
@@ -434,7 +434,7 @@ class Connection extends LDAPUtility {
/**
* @brief Validates the user specified configuration
- * @return true if configuration seems OK, false otherwise
+ * @return bool true if configuration seems OK, false otherwise
*/
private function validateConfiguration() {