Commit c659a926 by Jeffrey Way

Fix typo in comments

parent ff525b99
...@@ -21,7 +21,7 @@ class Eloquent extends Driver { ...@@ -21,7 +21,7 @@ class Eloquent extends Driver {
/** /**
* Attempt to log a user into the application. * Attempt to log a user into the application.
* *
* @param array $arguments * @param array $arguments
* @return void * @return void
*/ */
public function attempt($arguments = array()) public function attempt($arguments = array())
......
...@@ -25,7 +25,7 @@ class Fluent extends Driver { ...@@ -25,7 +25,7 @@ class Fluent extends Driver {
/** /**
* Attempt to log a user into the application. * Attempt to log a user into the application.
* *
* @param array $arguments * @param array $arguments
* @return void * @return void
*/ */
public function attempt($arguments = array()) public function attempt($arguments = array())
...@@ -49,7 +49,7 @@ class Fluent extends Driver { ...@@ -49,7 +49,7 @@ class Fluent extends Driver {
/** /**
* Get the user from the database table. * Get the user from the database table.
* *
* @param mixed $array * @param array $arguments
* @return mixed * @return mixed
*/ */
protected function get_user($arguments) protected function get_user($arguments)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment