Skip to content

Commit 0950d8d

Browse files
committed
Removed more empty annotation parenthesis
1 parent defcdff commit 0950d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Collection.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ following:
6969
* fields = {
7070
* "personal_email" = @Assert\Email,
7171
* "short_bio" = {
72-
* @Assert\NotBlank(),
72+
* @Assert\NotBlank,
7373
* @Assert\Length(
7474
* max = 100,
7575
* maxMessage = "Your short bio is too long!"

0 commit comments

Comments
 (0)