Added missing docblock endings.
This commit is contained in:
parent
649d29414f
commit
d44d82b694
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue