From 2acbeecabe56b1b638040092eff2731691d7c39a Mon Sep 17 00:00:00 2001 From: jbout Date: Fri, 18 Jul 2014 14:39:37 +0200 Subject: [PATCH] corrected php-doc --- model/LdapAdapter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/LdapAdapter.php b/model/LdapAdapter.php index 0b1f6d2..77c9e5b 100644 --- a/model/LdapAdapter.php +++ b/model/LdapAdapter.php @@ -62,7 +62,7 @@ class LdapAdapter implements LoginAdapter * Create an adapter from the configuration * * @param array $configuration - * @return \oat\authKeyValue\model\AuthKeyValueAdapter + * @return oat\authLdap\model\LdapAdapter */ public static function createFromConfig(array $configuration) { return new self($configuration);