Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ceb592b

Browse files
committed
fixed typo
1 parent 2b56e3a commit ceb592b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cookbook/doctrine/file_uploads.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ First, create a simple Doctrine Entity class to work with::
3232
class Document
3333
{
3434
/**
35-
* @ORM\Id @ORM\Column(type="integer")
35+
* @ORM\Id
36+
* @ORM\Column(type="integer")
3637
* @ORM\GeneratedValue(strategy="AUTO")
3738
*/
3839
public $id;

0 commit comments

Comments
 (0)