Merge pull request #6545 from Landerstraeten/patch-1
Fix newline in annotation example in documentation
This commit is contained in:
commit
e3ecec36ad
@ -295,7 +295,8 @@ annotation.
|
|||||||
class Message
|
class Message
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @Id @Column(type="integer")
|
* @Id
|
||||||
|
* @Column(type="integer")
|
||||||
* @GeneratedValue
|
* @GeneratedValue
|
||||||
*/
|
*/
|
||||||
private $id;
|
private $id;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user