Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' into rfc/escaper
Browse files Browse the repository at this point in the history
  • Loading branch information
Show file tree
Hide file tree
Showing 37 changed files with 781 additions and 705 deletions.
11 changes: 4 additions & 7 deletions src/Adapter.php → src/Adapter/AdapterInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* @namespace
*/
namespace Zend\Authentication;
namespace Zend\Authentication\Adapter;

/**
* @category Zend
Expand All @@ -31,13 +28,13 @@
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
interface Adapter
interface AdapterInterface
{
/**
* Performs an authentication attempt
*
* @return Zend\Authentication\Result
* @throws Zend\Authentication\Adapter\Exception If authentication cannot be performed
* @return \Zend\Authentication\Result
* @throws \Zend\Authentication\Adapter\Exception\ExceptionInterface If authentication cannot be performed
*/
public function authenticate();
}
Loading

0 comments on commit abd0527

Please sign in to comment.