corrected php-doc

This commit is contained in:
jbout 2014-07-18 14:39:37 +02:00
parent 2be6fc2452
commit 2acbeecabe

View File

@ -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);