CS: Fix UserBackend interface

refs #4641
This commit is contained in:
Marius Hein 2013-08-30 10:48:00 +02:00
parent bed759d597
commit 845f181001
1 changed files with 2 additions and 2 deletions

View File

@ -38,9 +38,9 @@ use Icinga\Authentication\Credential;
interface UserBackend
{
/**
* Creates a new object
* Create a new object
*
* @param Zend_Config $config
* @param Zend_Config $config Object to configure instance
*/
public function __construct(Zend_Config $config);