Skip to content

Commit c21ab16

Browse files
Fixed code indentation
1 parent e78804b commit c21ab16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/phpunit_bridge.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ Add the following configuration to the ``phpunit.xml.dist`` file
533533
If the logic followed to find the related code is too simple or doesn't work for
534534
your application, you can use your own SUT (System Under Test) solver:
535535

536-
.. code-block:: xml
536+
.. code-block:: xml
537537
538538
<listeners>
539539
<listener class="Symfony\Bridge\PhpUnit\CoverageListener">
@@ -549,7 +549,7 @@ current test classname as its first argument.
549549
Finally, the listener can also display warning messages when the SUT solver does
550550
not find the SUT:
551551

552-
.. code-block:: xml
552+
.. code-block:: xml
553553
554554
<listeners>
555555
<listener class="Symfony\Bridge\PhpUnit\CoverageListener">

0 commit comments

Comments
 (0)