Merge pull request #75 from hype-/patch-1
Added missing docblock endings.
This commit is contained in:
commit
1b23b4bc47
@ -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…
Reference in New Issue
Block a user