Skip to content

Commit

Permalink
Fixed phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored Nov 8, 2016
1 parent e483ae9 commit 2febb2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Illuminate/Foundation/Auth/AuthenticatesUsers.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ protected function validateLogin(Request $request)
/**
* Attempt to log the user into the application.
*
* @param Request $request
* @param \Illuminate\Http\Request $request
* @return bool
*/
protected function attemptLogin(Request $request)
Expand Down Expand Up @@ -119,7 +119,7 @@ protected function authenticated(Request $request, $user)
/**
* Get the failed login response instance.
*
* @param \Illuminate\Http\Request $request
* @param \Illuminate\Http\Request $request
* @return \Illuminate\Http\RedirectResponse
*/
protected function sendFailedLoginResponse(Request $request)
Expand All @@ -144,7 +144,7 @@ public function username()
/**
* Log the user out of the application.
*
* @param Request $request
* @param \Illuminate\Http\Request $request
* @return \Illuminate\Http\Response
*/
public function logout(Request $request)
Expand Down

0 comments on commit 2febb2c

Please sign in to comment.