We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent defcdff commit 0950d8dCopy full SHA for 0950d8d
reference/constraints/Collection.rst
@@ -69,7 +69,7 @@ following:
69
* fields = {
70
* "personal_email" = @Assert\Email,
71
* "short_bio" = {
72
- * @Assert\NotBlank(),
+ * @Assert\NotBlank,
73
* @Assert\Length(
74
* max = 100,
75
* maxMessage = "Your short bio is too long!"
0 commit comments