Skip to content

Commit 9d49131

Browse files
committed
remove empty parenthesis for consistency
1 parent d11bcb4 commit 9d49131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class <?= $class_name."\n" ?>
1717
{
1818
#[ORM\Id]
1919
#[ORM\GeneratedValue]
20-
#[ORM\Column()]
20+
#[ORM\Column]
2121
private ?int $id = null;
2222

2323
public function getId(): ?int

0 commit comments

Comments
 (0)