Skip to content
This repository has been archived by the owner on Mar 30, 2018. It is now read-only.

Commit

Permalink
Added missing docblock endings.
Browse files Browse the repository at this point in the history
  • Loading branch information
puppe0 committed Jan 16, 2012
1 parent 649d294 commit d44d82b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en/tutorials/composite-primary-keys.rst
Original file line number Diff line number Diff line change
Expand Up @@ -304,10 +304,10 @@ of products purchased and maybe even the current price.
/** @Id @Column(type="integer") @GeneratedValue */
private $id;
/** @Column(type="string")
/** @Column(type="string") */
private $name;
/** @Column(type="decimal")
/** @Column(type="decimal") */
private $currentPrice;
public function getCurrentPrice()
Expand Down

0 comments on commit d44d82b

Please sign in to comment.