Skip to content

Commit 3d1774a

Browse files
committed
Update RST syntax
1 parent ed59285 commit 3d1774a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

form/form_collections.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -412,9 +412,11 @@ you will learn about next!).
412412
call ``$entityManager->persist($tag)`` on each, you'll receive an error from
413413
Doctrine:
414414

415-
> A new entity was found through the relationship
416-
> ``App\Entity\Task#tags`` that was not configured to
417-
> cascade persist operations for entity...
415+
.. code-block:: text
416+
417+
A new entity was found through the relationship
418+
``App\Entity\Task#tags`` that was not configured to
419+
cascade persist operations for entity...
418420
419421
To fix this, you may choose to "cascade" the persist operation automatically
420422
from the ``Task`` object to any related tags. To do this, add the ``cascade``

0 commit comments

Comments
 (0)