diff --git a/doctrine/associations.rst b/doctrine/associations.rst index 94c74dc0a6f..46c843699de 100644 --- a/doctrine/associations.rst +++ b/doctrine/associations.rst @@ -676,7 +676,7 @@ that behavior, use the `orphanRemoval`_ option inside ``Category``: // ... - #[ORM\OneToMany(targetEntity: Product::class, mappedBy: "category", orphanRemoval=true)] + #[ORM\OneToMany(targetEntity: Product::class, mappedBy: "category", orphanRemoval: true)] private $products;