1
0
mirror of synced 2025-02-02 21:41:45 +03:00

Merge pull request #6545 from Landerstraeten/patch-1

Fix newline in annotation example in documentation
This commit is contained in:
Marco Pivetta 2017-07-12 08:23:18 +02:00 committed by GitHub
commit e3ecec36ad

View File

@ -295,7 +295,8 @@ annotation.
class Message
{
/**
* @Id @Column(type="integer")
* @Id
* @Column(type="integer")
* @GeneratedValue
*/
private $id;