Skip to content

Commit

Permalink
[Docs] Fix field name in inversedby parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
franmomu committed Mar 24, 2013
1 parent 24c1b00 commit 10c48ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/reference/working-with-associations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ information about its type and if it's the owning or inverse side.
/**
* Bidirectional - Many Comments are authored by one user (OWNING SIDE)
*
* @ManyToOne(targetEntity="User", inversedBy="authoredComments")
* @ManyToOne(targetEntity="User", inversedBy="commentsAuthored")
*/
private $author;
}
Expand Down

0 comments on commit 10c48ba

Please sign in to comment.