From 2ae1be762ca9df3addc5ca3347454a2e20289bf8 Mon Sep 17 00:00:00 2001
From: Lukas Reschke <lukas@statuscode.ch>
Date: Sun, 11 May 2014 16:29:59 +0200
Subject: [PATCH] That's bool and not always true

---
 apps/user_ldap/lib/connection.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/user_ldap/lib/connection.php b/apps/user_ldap/lib/connection.php
index e04a23507b..4df08f141c 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() {
 
-- 
GitLab