diff --git a/reference/constraints/Collection.rst b/reference/constraints/Collection.rst index 1badcf050f8..0e21d2c8a0d 100644 --- a/reference/constraints/Collection.rst +++ b/reference/constraints/Collection.rst @@ -195,11 +195,11 @@ field is optional but must be a valid email if supplied, you can do the followin - Collection: fields: personal_email: - - Collection\Required + - Required - NotBlank: ~ - Email: ~ alternate_email: - - Collection\Optional: + - Optional: - Email: ~ .. code-block:: php-annotations @@ -237,13 +237,13 @@ field is optional but must be a valid email if supplied, you can do the followin