Skip to content

Commit

Permalink
Merge pull request #48 from biig-io/fix/validator
Browse files Browse the repository at this point in the history
Allow to use validator inside another annotation
  • Loading branch information
Maxime Veber authored Sep 27, 2019
2 parents 0073933 + da8f50c commit ea5bb07
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 ea5bb07

Please sign in to comment.