Skip to content

Commit d8367f0

Browse files
authored
Remove space before self closing xml tag
1 parent 8acaa40 commit d8367f0

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
@@ -575,7 +575,7 @@ If you have installed the bridge through Composer, you can run it by calling e.g
575575

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

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

0 commit comments

Comments
 (0)