Skip to content

Commit 3baeb4f

Browse files
committed
minor #11753 Remove space before self closing xml tag (OskarStark)
This PR was merged into the 3.4 branch. Discussion ---------- Remove space before self closing xml tag <!-- 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 ------- d8367f0 Remove space before self closing xml tag
2 parents 8acaa40 + d8367f0 commit 3baeb4f

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)