Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Validator] Fixed duplicate UUID#30324
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
fabpot commentedFeb 21, 2019
Thank you@ralfkuehnel. |
This PR was merged into the 3.4 branch.Discussion----------[Validator] Fixed duplicate UUID| Q | A| ------------- | ---| Branch? | 3.4| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets |#30285| License | MIT| Doc PR | N/AFixes the `TOO_HIGH_ERROR` constant had the same value in two different constraints: `LessThan` and `LessThanOrEqual`.Commits-------0bd5dd8 [Validator] Fixed duplicate UUID
javiereguiluz commentedFeb 21, 2019
Thanks Ralf! If you did this change cloning the repo on your local machine and working with Git in your terminal, I'd love to know if you had any problem. Also, if you followed the Symfony contribution guide, I'd like to know if there was any confusing instruction on it. If you have any comments, you can reach me via email or Slack. Thanks again for your contribution! |
ralfkuehnel commentedFeb 21, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@javiereguiluz I have followed the Symfony contribution guide to make the change on my local machine! It was straight forward, no problems! Already looking forward to make my next contribution! :) |
Fixes the
TOO_HIGH_ERRORconstant had the same value in two different constraints:LessThanandLessThanOrEqual.