Skip to content

Commit

Permalink
Merge pull request #8814 from greg0ire/backport-7158
Browse files Browse the repository at this point in the history
Proposed corrected typo in demo code.
  • Loading branch information
greg0ire authored Jul 5, 2021
2 parents aa3ed91 + ff13059 commit 836c0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/tutorials/composite-primary-keys.rst
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ of products purchased and maybe even the current price.
private $items;
/** @Column(type="boolean") */
private $payed = false;
private $paid = false;
/** @Column(type="boolean") */
private $shipped = false;
/** @Column(type="datetime") */
Expand Down

0 comments on commit 836c0d3

Please sign in to comment.