[Pkg-owncloud-commits] [owncloud] 40/172: That's bool and not always true
David Prévot
taffit at moszumanska.debian.org
Sun May 18 20:09:37 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 2ae1be762ca9df3addc5ca3347454a2e20289bf8
Author: Lukas Reschke <lukas at statuscode.ch>
Date: Sun May 11 16:29:59 2014 +0200
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 e04a235..4df08f1 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() {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list