From 25439919f83d1e1db385649943677597f7ed9a14 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Wed, 5 Jul 2017 22:06:36 +0200 Subject: fix phpdoc return types (no code change) Signed-off-by: Arthur Schiwon --- apps/user_ldap/lib/LDAP.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/user_ldap/lib/LDAP.php') diff --git a/apps/user_ldap/lib/LDAP.php b/apps/user_ldap/lib/LDAP.php index ebee0784130..eafd8eacd06 100644 --- a/apps/user_ldap/lib/LDAP.php +++ b/apps/user_ldap/lib/LDAP.php @@ -100,7 +100,7 @@ class LDAP implements ILDAPWrapper { /** * @param LDAP $link - * @return mixed|string + * @return integer */ public function errno($link) { return $this->invokeLDAPMethod('errno', $link); @@ -108,7 +108,7 @@ class LDAP implements ILDAPWrapper { /** * @param LDAP $link - * @return int|mixed + * @return string */ public function error($link) { return $this->invokeLDAPMethod('error', $link); -- cgit v1.2.3