Skip to content

Commit 8ed6017

Browse files
committed
Merge branch '3.4' into 4.2
* 3.4: Remove space before self closing xml tag
2 parents e6bfda0 + 3baeb4f commit 8ed6017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/phpunit_bridge.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ If you have installed the bridge through Composer, you can run it by calling e.g
597597

598598
It's possible to change the base version of PHPUnit by setting the
599599
``SYMFONY_PHPUNIT_VERSION`` env var in the ``phpunit.xml.dist`` file (e.g.
600-
``<server name="SYMFONY_PHPUNIT_VERSION" value="5.5" />``). This is the
600+
``<server name="SYMFONY_PHPUNIT_VERSION" value="5.5"/>``). This is the
601601
preferred method as it can be committed to your version control repository.
602602

603603
It's also possible to set ``SYMFONY_PHPUNIT_VERSION`` as a real env var

0 commit comments

Comments
 (0)