diff --git a/manual/en/annotations-reference.txt b/manual/en/annotations-reference.txt index 7b162a77c..9a54949a6 100644 --- a/manual/en/annotations-reference.txt +++ b/manual/en/annotations-reference.txt @@ -351,7 +351,7 @@ Example: [php] /** - * @ManyToOne(targetEntity="Cart", cascade="ALL", fetch="EAGER") + * @ManyToOne(targetEntity="Cart", cascade={"ALL"}, fetch="EAGER") */ private $cart;