Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/Symfony/Component/Validator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ CHANGELOG
* Deprecate defining custom constraints not supporting named arguments
* Deprecate passing an array of options to the constructors of the constraint classes, pass each option as a dedicated argument instead
* Add support for ratio checks for SVG files to the `Image` constraint
* Add the `Slug` constraint
* Add support for the `otherwise` option in the `When` constraint
* Add support for multiple fields containing nested constraints in `Composite` constraints
* Add the `stopOnFirstError` option to the `Unique` constraint to validate all elements
Expand Down
42 changes: 0 additions & 42 deletions src/Symfony/Component/Validator/Constraints/Slug.php

This file was deleted.

47 changes: 0 additions & 47 deletions src/Symfony/Component/Validator/Constraints/SlugValidator.php

This file was deleted.

47 changes: 0 additions & 47 deletions src/Symfony/Component/Validator/Tests/Constraints/SlugTest.php

This file was deleted.

This file was deleted.