-
Notifications
You must be signed in to change notification settings - Fork 11.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[5.8] Fix validate method #26419
[5.8] Fix validate method #26419
Conversation
@@ -13,6 +13,13 @@ | |||
*/ | |||
public function validate(); | |||
|
|||
/** | |||
* Return validated value. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to: "Return validated values." it should be plural
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jmarcher Thanks for review. Fixed.
} | ||
|
||
/** | ||
* Return validated value. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to: "Return validated values." it should be plural
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jmarcher Thanks for review. Fixed.
Issue fix #25736, #25750.
From #26417
941c8c7 cause when Illuminate\Foundation\Http\FormRequest::validated is called. validated again.