summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/connection.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2014-05-11 16:27:18 +0200
committerLukas Reschke <lukas@statuscode.ch>2014-05-11 16:27:18 +0200
commit416f8b186d91451222e080239cf9532db52256e4 (patch)
tree046b078922908f4015e9b16b727fd249a71ac800 /apps/user_ldap/lib/connection.php
parentcd3ed01483ce9989491cfe9019b6c373275bc949 (diff)
downloadnextcloud-server-416f8b186d91451222e080239cf9532db52256e4.tar.gz
nextcloud-server-416f8b186d91451222e080239cf9532db52256e4.zip
Use @return instead of @returns
Diffstat (limited to 'apps/user_ldap/lib/connection.php')
-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 bdcbeccf99d..e04a23507b0 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
- * @returns true if configuration seems OK, false otherwise
+ * @return true if configuration seems OK, false otherwise
*/
private function validateConfiguration() {