Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[HttpKernel] Merge PartialDenormalizationException errors and validation errors together#50019
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
lyrixx commentedApr 14, 2023
| Q | A |
|---|---|
| Branch? | 6.3 |
| Bug fix? | no |
| New feature? | yes |
| Deprecations? | no |
| Tickets | |
| License | MIT |
| Doc PR | no needed |
7301ea9 to06d0d9eCompare7dff20d toaaec932Comparesrc/Symfony/Component/HttpKernel/Controller/ArgumentResolver/RequestPayloadValueResolver.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/RequestPayloadValueResolver.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
c77310f tofea4b47Compare| "symfony/http-client-contracts":"^2.5|^3", | ||
| "symfony/process":"^5.4|^6.0", | ||
| "symfony/property-access":"^5.4|^6.0", | ||
| "symfony/property-access":"^5.4.5|^6.0.5", |
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.
I need thispatch
…ion errors together
fea4b47 tofef4883Comparelyrixx commentedApr 15, 2023
@nicolas-grekas thanks for the review. I addressed your comments. I also fixed test for lowest deps |
nicolas-grekas commentedApr 15, 2023
Thank you@lyrixx. |