Skip to content

Instantly share code, notes, and snippets.

@emil-nasso
Created June 10, 2015 10:08
Show Gist options
  • Save emil-nasso/9fedb84c1c6ab2c3f42d to your computer and use it in GitHub Desktop.
Save emil-nasso/9fedb84c1c6ab2c3f42d to your computer and use it in GitHub Desktop.
->add('email', 'email', [
'constraints' => [
new NotBlank(),
new Email(),
]
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment