Fixed dockblock.
This commit is contained in:
parent
9d03112aed
commit
e0803df283
8 changed files with 86 additions and 2 deletions
|
|
@ -30,6 +30,14 @@ class SessionController extends \PHPCI\Controller
|
|||
*/
|
||||
protected $userStore;
|
||||
|
||||
/**
|
||||
* Create the Sesssion controller.
|
||||
*
|
||||
* @param Config $config
|
||||
* @param Request $request
|
||||
* @param Response $response
|
||||
* @param UserStore $userStore
|
||||
*/
|
||||
public function __construct(
|
||||
Config $config,
|
||||
Request $request,
|
||||
|
|
@ -44,8 +52,8 @@ class SessionController extends \PHPCI\Controller
|
|||
}
|
||||
|
||||
/**
|
||||
* Handles user login (form and processing)
|
||||
*/
|
||||
* Handles user login (form and processing)
|
||||
*/
|
||||
public function login()
|
||||
{
|
||||
$isLoginFailure = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue