Skip to content

Commit

Permalink
Move form error normalizer to the Serializer component
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Sep 11, 2020
1 parent 468c98f commit 5ede332
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 259 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ CHANGELOG
5.2.0
-----

* added `FormErrorNormalizer`
* Added support for using the `{{ label }}` placeholder in constraint messages, which is replaced in the `ViolationMapper` by the corresponding field form label.

5.1.0
Expand Down
94 changes: 0 additions & 94 deletions Serializer/FormErrorNormalizer.php

This file was deleted.

163 changes: 0 additions & 163 deletions Tests/Serializer/FormErrorNormalizerTest.php

This file was deleted.

1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"symfony/http-foundation": "^4.4|^5.0",
"symfony/http-kernel": "^4.4|^5.0",
"symfony/security-csrf": "^4.4|^5.0",
"symfony/serializer": "^4.4|^5.0",
"symfony/translation": "^4.4|^5.0",
"symfony/var-dumper": "^4.4|^5.0"
},
Expand Down

0 comments on commit 5ede332

Please sign in to comment.