Skip to content

Commit 79cc8df

Browse files
Urigoweaverryan
authored andcommitted
Change order of annotations to be the same as the gengerator
| Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | doctrine | Fixed tickets |
1 parent a35a315 commit 79cc8df

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)