Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit 88646b5

Browse files
authored
Merge pull request #270 from Martin1982/fix-annotation-error
Fixes #269
2 parents 239074c + 111e9f3 commit 88646b5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/Validator/Constraints/IsTrueV3.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
namespace EWZ\Bundle\RecaptchaBundle\Validator\Constraints;
44

5+
/**
6+
* @Annotation
7+
* @Target("PROPERTY")
8+
*/
59
class IsTrueV3 extends IsTrue
610
{
711
/**

0 commit comments

Comments
 (0)