Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
[Validator] Add documentation for the Cidr Validator#15974
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
[Validator] Add documentation for the Cidr Validator#15974
Uh oh!
There was an error while loading.Please reload this page.
Conversation
5771f7b to8528d2fCompare8528d2f to16de4a9Compare…IDR notations (popsorin)This PR was merged into the 5.4 branch.Discussion----------[Validator] Add CidrValidator to allow validation of CIDR notations| Q | A| ------------- | ---| Branch? | 5.4| Bug fix? | no| New feature? | yes| Deprecations? | no| Tickets |Fix#36526| License | MIT| Doc PR |symfony/symfony-docs#15974This PR will add a CIDR Constraint Validator that will check if a string is a valid CIDR notation.Commits-------488ff61 [Validator] Add CidrValidator to allow validation of CIDR notations
…IDR notations (popsorin)This PR was merged into the 5.4 branch.Discussion----------[Validator] Add CidrValidator to allow validation of CIDR notations| Q | A| ------------- | ---| Branch? | 5.4| Bug fix? | no| New feature? | yes| Deprecations? | no| Tickets | Fix #36526| License | MIT| Doc PR |symfony/symfony-docs#15974This PR will add a CIDR Constraint Validator that will check if a string is a valid CIDR notation.Commits-------488ff6187a [Validator] Add CidrValidator to allow validation of CIDR notations
javiereguiluz commentedNov 6, 2021
@popsorin thanks a lot for contributing this feature and for writing the docs for it. Congrats on your first Symfony Docs contribution too 🎉 Please note that while merging we made some minor tweaks (seef32ee43). They are mostly cosmetic or to comply with some rules that changed after you created this Pull Request (e.g. the removal of "options" from the table). In any case, your contribution was great! Thanks! |
Uh oh!
There was an error while loading.Please reload this page.
Hello everyone!
This is the documentation for the Cidr validator and constraint.PR:symfony/symfony#43593
Please take a look and let me know if I need to change anything!