Skip to content

Commit 3c89c61

Browse files
committed
Merge pull request #3000 from Urigo/patch-1
Change order of annotations to be the same as the generator
2 parents f1436a5 + f0bb2dc commit 3c89c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/doctrine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@ in a number of different formats including YAML, XML or directly inside the
272272
class Product
273273
{
274274
/**
275-
* @ORM\Id
276275
* @ORM\Column(type="integer")
276+
* @ORM\Id
277277
* @ORM\GeneratedValue(strategy="AUTO")
278278
*/
279279
protected $id;

0 commit comments

Comments
 (0)