diff --git a/misd/phone-number-bundle/1.3/post-install.txt b/misd/phone-number-bundle/1.3/post-install.txt index 6f30e980..7dd5c5b9 100644 --- a/misd/phone-number-bundle/1.3/post-install.txt +++ b/misd/phone-number-bundle/1.3/post-install.txt @@ -4,7 +4,5 @@ The Doctrine configuration has been already done. You now can use `phone_number` as a ORM-Type: - /** - * @ORM\Column(type="phone_number") - */ - private $phoneNumber; + /** @ORM\Column(type="phone_number") */ + private $phoneNumber;