1
0
mirror of synced 2024-12-13 22:56:04 +03:00

Merge pull request #75 from hype-/patch-1

Added missing docblock endings.
This commit is contained in:
Guilherme Blanco 2012-01-16 13:20:53 -08:00
commit 1b23b4bc47

View File

@ -304,10 +304,10 @@ of products purchased and maybe even the current price.
/** @Id @Column(type="integer") @GeneratedValue */ /** @Id @Column(type="integer") @GeneratedValue */
private $id; private $id;
/** @Column(type="string") /** @Column(type="string") */
private $name; private $name;
/** @Column(type="decimal") /** @Column(type="decimal") */
private $currentPrice; private $currentPrice;
public function getCurrentPrice() public function getCurrentPrice()