diff --git a/en/tutorials/composite-primary-keys.rst b/en/tutorials/composite-primary-keys.rst index a091f573b..0dadb245e 100644 --- a/en/tutorials/composite-primary-keys.rst +++ b/en/tutorials/composite-primary-keys.rst @@ -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()