Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit 47f2c19

Browse files
author
Adam
committed
Merge pull request #1 from colinodell/patch-1
Add missing @annotation to constraint
2 parents d3c38b2 + 72cfbc9 commit 47f2c19

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Domain.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
use Symfony\Component\Validator\Constraint;
66

7+
/**
8+
* @Annotation
9+
*/
710
class Domain extends Constraint {
811

912
public $message = '"%domain" is not a valid domain name.';

0 commit comments

Comments
 (0)