Skip to content

Commit 9d1013f

Browse files
committed
bug symfony#68 small typo fix ;) (KodingKittens)
This PR was merged into the master branch. Discussion ---------- small typo fix ;) Assert annotation on $content property was written in lowercase. Commits ------- 8a23c48 small typo fix
2 parents c33ea28 + 8a23c48 commit 9d1013f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AppBundle/Entity/Comment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Comment
4343

4444
/**
4545
* @ORM\Column(type="text")
46-
* @assert\NotBlank(message="Please don't leave your comment blank!")
46+
* @Assert\NotBlank(message="Please don't leave your comment blank!")
4747
* @Assert\Length(
4848
* min = "5",
4949
* minMessage = "Comment is too short ({{ limit }} characters minimum)",

0 commit comments

Comments
 (0)