Skip to content

Commit 3935654

Browse files
committed
minor #11511 use code block bash instead of php (OskarStark)
This PR was merged into the 3.4 branch. Discussion ---------- use code block bash instead of php <!-- 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 ------- 7237d24 use code block bash instead of php
2 parents 15c6be8 + 7237d24 commit 3935654

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)