1
0
mirror of synced 2025-01-31 20:41:44 +03:00

Added missing docblock endings.

This commit is contained in:
Mikko Hirvonen 2012-01-16 22:08:49 +02:00
parent 649d29414f
commit d44d82b694

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()