Skip to content

Commit 6d59659

Browse files
committed
minor #127 Fixed CS of generated entity (lyrixx)
This PR was merged into the 1.0-dev branch. Discussion ---------- Fixed CS of generated entity Commits ------- 49aeb48 Fixed CS of generated entity
2 parents 9b001df + 49aeb48 commit 6d59659

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Resources/skeleton/doctrine/Entity.tpl.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
class <?= $class_name."\n" ?>
1111
{
1212
/**
13-
* @ORM\Id
14-
* @ORM\GeneratedValue
13+
* @ORM\Id()
14+
* @ORM\GeneratedValue()
1515
* @ORM\Column(type="integer")
1616
*/
1717
private $id;

0 commit comments

Comments
 (0)