Shortens the example phone number

This commit is contained in:
Alexander Eimer
2018-10-12 16:34:54 +02:00
parent e5afe7968e
commit f1a6082cc0
@@ -4,7 +4,5 @@
<bg=green;fg=white> The Doctrine configuration has been already done.</>
<bg=green;fg=white> You now can use `phone_number` as a ORM-Type: </>
/**
* @ORM\Column(type="phone_number")
*/
private $phoneNumber;
/** @ORM\Column(type="phone_number") */
private $phoneNumber;