Fix typo in comments
This commit is contained in:
parent
ff525b995b
commit
c659a92603
|
@ -21,7 +21,7 @@ public function retrieve($id)
|
|||
/**
|
||||
* Attempt to log a user into the application.
|
||||
*
|
||||
* @param array $arguments
|
||||
* @param array $arguments
|
||||
* @return void
|
||||
*/
|
||||
public function attempt($arguments = array())
|
||||
|
|
|
@ -25,7 +25,7 @@ public function retrieve($id)
|
|||
/**
|
||||
* Attempt to log a user into the application.
|
||||
*
|
||||
* @param array $arguments
|
||||
* @param array $arguments
|
||||
* @return void
|
||||
*/
|
||||
public function attempt($arguments = array())
|
||||
|
@ -49,7 +49,7 @@ public function attempt($arguments = array())
|
|||
/**
|
||||
* Get the user from the database table.
|
||||
*
|
||||
* @param mixed $array
|
||||
* @param array $arguments
|
||||
* @return mixed
|
||||
*/
|
||||
protected function get_user($arguments)
|
||||
|
|
Loading…
Reference in New Issue