1
0
mirror of synced 2024-12-13 22:56:04 +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 */
private $id;
/** @Column(type="string")
/** @Column(type="string") */
private $name;
/** @Column(type="decimal")
/** @Column(type="decimal") */
private $currentPrice;
public function getCurrentPrice()