8000 minor #11146 remove .. code-block:: php (OskarStark) · symfony/symfony-docs@c7246c9 · GitHub
[go: up one dir, main page]

Skip to content

Commit c7246c9

Browse files
committed
minor #11146 remove .. code-block:: php (OskarStark)
This PR was submitted for the master branch but it was merged into the 3.4 branch instead (closes #11146). Discussion ---------- remove .. code-block:: php and replace it by a text <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- b9edc20 remove .. code-block:: php
2 parents 532b74d + b9edc20 commit c7246c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/events.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ Event subscribers have different uses:
339339
* Listening to multiple events;
340340
* Regrouping multiple listeners inside a single class.
341341

342-
.. code-block:: php
342+
Consider the following example of an ``AddEmailFieldListener``::
343343

344344
// src/AppBundle/Form/EventListener/AddEmailFieldListener.php
345345
namespace AppBundle\Form\EventListener;

0 commit comments

Comments
 (0)
0