1
0
mirror of synced 2025-01-29 19:41:45 +03:00

Merge pull request #595 from mnapoli/patch-1

Fixed broken code block in documentation
This commit is contained in:
Benjamin Eberlei 2013-03-12 11:31:52 -07:00
commit 610e1a96f0

View File

@ -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