Skip to content

Commit e0012a8

Browse files
committed
readme: typo fix
1 parent 2d10aa6 commit e0012a8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,11 @@ See the used entity (it makes sense to put table names and index names into publ
3737
```php
3838
/**
3939
* @ORM\Table(
40-
* name=User::TABLE_NAME
40+
* name=User::TABLE_NAME,
4141
* indexes={
42-
* @ORM\Index(name=User::IDX_FOO, columns={"id"}),
42+
* @ORM\Index(name=User::IDX_FOO, columns={"id"})
4343
* }
4444
* )
45-
* )
4645
* @ORM\Entity
4746
*/
4847
class User

0 commit comments

Comments
 (0)