Skip to content

Commit f2e8978

Browse files
committed
fixes double ) in annotation
1 parent 43cfbe9 commit f2e8978

File tree

1 file changed

+1
-1
lines changed
  • tests/Gedmo/Tree/Fixture/Issue2582

1 file changed

+1
-1
lines changed

tests/Gedmo/Tree/Fixture/Issue2582/OU.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* @ORM\Table(name="ous")
1414
* @ORM\Index(name="idx_tree", columns={"lft", "rgt"})
15-
* @ORM\Entity())
15+
* @ORM\Entity()
1616
*/
1717
#[ORM\Table(name: 'ous')]
1818
#[ORM\Index(name: 'idx_tree', columns: ['lft', 'rgt'])]

0 commit comments

Comments
 (0)