Skip to content

Commit 7237d24

Browse files
committed
use code block bash instead of php
1 parent dcda8ce commit 7237d24

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

components/phpunit_bridge.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,12 @@ By default, the PHPUnit Bridge displays only deprecation messages.
254254
To show the full stack trace related to a deprecation, set the value of ``SYMFONY_DEPRECATIONS_HELPER``
255255
to a regular expression matching the deprecation message.
256256

257-
For example, if the following deprecation notice is thrown::
257+
For example, if the following deprecation notice is thrown:
258258

259-
1x: Doctrine\Common\ClassLoader is deprecated.
260-
1x in EntityTypeTest::setUp from Symfony\Bridge\Doctrine\Tests\Form\Type
259+
.. code-block:: bash
260+
261+
1x: Doctrine\Common\ClassLoader is deprecated.
262+
1x in EntityTypeTest::setUp from Symfony\Bridge\Doctrine\Tests\Form\Type
261263
262264
Running the following command will display the full stack trace:
263265

0 commit comments

Comments
 (0)