Skip to content

Commit

Permalink
Merge pull request #13774 from lucasmichot/feature/5.2/formrequest-do…
Browse files Browse the repository at this point in the history
…cblock

[5.2] Fix some docblocks
  • Loading branch information
GrahamCampbell committed May 30, 2016
2 parents 23b0ed9 + acf09f6 commit 804b8b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Http/FormRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ protected function getRedirectUrl()
* Set the Redirector instance.
*
* @param \Illuminate\Routing\Redirector $redirector
* @return \Illuminate\Foundation\Http\FormRequest
* @return $this
*/
public function setRedirector(Redirector $redirector)
{
Expand Down
4 changes: 3 additions & 1 deletion src/Illuminate/Validation/ValidatesWhenResolvedTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ protected function getValidatorInstance()
* Handle a failed validation attempt.
*
* @param \Illuminate\Validation\Validator $validator
* @return mixed
* @return void
*
* @throws \Illuminate\Contracts\Validation\ValidationException
*/
Expand All @@ -66,6 +66,8 @@ protected function passesAuthorization()
/**
* Handle a failed authorization attempt.
*
* @return void
*
* @throws \Illuminate\Contracts\Validation\UnauthorizedException
*/
protected function failedAuthorization()
Expand Down

0 comments on commit 804b8b3

Please sign in to comment.