Skip to content

Instantly share code, notes, and snippets.

@OskarStark
Created March 16, 2016 08:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OskarStark/8fbf654fcb29c4866ccf to your computer and use it in GitHub Desktop.
Save OskarStark/8fbf654fcb29c4866ccf to your computer and use it in GitHub Desktop.
<?php
/**
* @var string
*
* @ORM\Column(name="email", type="string", length=255)
*
* @Assert\Email(groups={"registration"}, message="Ungültige Email-Adresse.")
* @Assert\NotBlank(groups={"registration"}, message="Email-Adresse darf nicht leer sein.")
*/
private $email;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment