1
0
mirror of synced 2025-01-30 03:51:43 +03:00

Fixed broken code block in documentation

This commit is contained in:
Matthieu Napoli 2013-03-01 15:11:21 +01:00
parent 2372a85d9f
commit 20b46fe17f

View File

@ -1,4 +1,4 @@
Keeping your Modules independent
Keeping your Modules independents
=================================
.. versionadded:: 2.2
@ -112,7 +112,7 @@ An InvoiceSubjectInterface
Next, we need to configure the listener. Add this to the area you set up Doctrine. You
must set this up in the way outlined below, otherwise you can not be guaranteed that
the targetEntity resolution will occur reliably::
the targetEntity resolution will occur reliably:
.. code-block:: php