From c659a926034da8e724e2766b90aef48c8fbb3018 Mon Sep 17 00:00:00 2001 From: Jeffrey Way Date: Tue, 10 Jul 2012 11:03:55 -0400 Subject: [PATCH] Fix typo in comments --- laravel/auth/drivers/eloquent.php | 2 +- laravel/auth/drivers/fluent.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/laravel/auth/drivers/eloquent.php b/laravel/auth/drivers/eloquent.php index 4b365d1e..aaea515b 100644 --- a/laravel/auth/drivers/eloquent.php +++ b/laravel/auth/drivers/eloquent.php @@ -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()) diff --git a/laravel/auth/drivers/fluent.php b/laravel/auth/drivers/fluent.php index ed660881..f8654e9a 100644 --- a/laravel/auth/drivers/fluent.php +++ b/laravel/auth/drivers/fluent.php @@ -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)