Merge pull request #6545 from Landerstraeten/patch-1
Fix newline in annotation example in documentation
This commit is contained in:
commit
e3ecec36ad
1 changed files with 2 additions and 1 deletions
|
@ -295,7 +295,8 @@ annotation.
|
|||
class Message
|
||||
{
|
||||
/**
|
||||
* @Id @Column(type="integer")
|
||||
* @Id
|
||||
* @Column(type="integer")
|
||||
* @GeneratedValue
|
||||
*/
|
||||
private $id;
|
||||
|
|
Loading…
Add table
Reference in a new issue