Skip to content

Commit

Permalink
Allow to use validator inside another annotation
Browse files Browse the repository at this point in the history
This change will allow us to use the validator inside the @ALL of
Symfony.
  • Loading branch information
Maxime Veber committed Sep 27, 2019
1 parent 0073933 commit da8f50c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.1.5] - 2019-09-27
### Changed
- Allow to use the validator inside another annotation

## [2.1.4] - 2019-03-29
### Changed
- Fix deprecation trigger of Sf 4.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/**
* @Annotation
* @Target({"PROPERTY", "METHOD"})
* @Target({"PROPERTY", "METHOD", "ANNOTATION"})
*/
class Dictionary extends Constraint
{
Expand Down

0 comments on commit da8f50c

Please sign in to comment.