Skip to content

Commit 007e88f

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: Use `::` instead of `.. code-block:: php`
2 parents 2e355be + 5aba202 commit 007e88f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doctrine/events.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,7 @@ First, define a PHP class that handles the ``postUpdate`` Doctrine event::
256256
}
257257

258258
Then, add the ``#[AsEntityListener]`` attribute to the class to enable it as
259-
a Doctrine entity listener in your application:
260-
261-
.. code-block:: php
259+
a Doctrine entity listener in your application::
262260

263261
// src/EventListener/UserChangedNotifier.php
264262
namespace App\EventListener;

0 commit comments

Comments
 (0)