@@ -125,8 +125,8 @@ Disabling the Deprecation Helper
125125~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
126126
127127..versionadded ::3.1
128- The ability to disable the deprecation helper was introduced inSymfony
129- 3.1 .
128+ The ability to disable the deprecation helper was introduced inthe 3.1
129+ version of this component .
130130
131131Set the ``SYMFONY_DEPRECATIONS_HELPER `` environment variable to ``disabled `` to
132132completely disable the deprecation helper. This is useful to make use of the
@@ -240,7 +240,8 @@ DNS-sensitive Tests
240240-------------------
241241
242242..versionadded ::3.1
243- The mocks for DNS related functions were introduced in Symfony 3.1.
243+ The ability to disable the deprecation helper was introduced in the 3.1
244+ version of this component.
244245
245246Tests that make network connections, for example to check the validity of a DNS
246247record, can be slow to execute and unreliable due to the conditions of the
@@ -355,7 +356,8 @@ Modified PHPUnit script
355356-----------------------
356357
357358..versionadded ::3.2
358- The modified PHPUnit script script was introduced in Symfony 3.2.
359+ The ability to disable the deprecation helper was introduced in the 3.2
360+ version of this component.
359361
360362This bridge provides a modified version of PHPUnit that you can call by using
361363its ``bin/simple-phpunit `` command. It has the following features: