We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365fbbe commit 174fab2Copy full SHA for 174fab2
src/Http/FormRequest.php
@@ -14,7 +14,7 @@ class FormRequest extends IlluminateFormRequest
14
*
15
* @param \Illuminate\Contracts\Validation\Validator $validator
16
17
- * @return mixed
+ * @return void
18
*/
19
protected function failedValidation(Validator $validator)
20
{
@@ -28,7 +28,7 @@ protected function failedValidation(Validator $validator)
28
/**
29
* Handle a failed authorization attempt.
30
31
32
33
protected function failedAuthorization()
34
0 commit comments