Skip to content

Commit eb910e3

Browse files
committed
Added the versionadded directive
1 parent b0d667a commit eb910e3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

components/phpunit_bridge.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,13 @@ By default, the bridge will display a detailed output with the number of
296296
deprecations and where they arise. If this is too much for you, you can use
297297
``SYMFONY_DEPRECATIONS_HELPER=verbose=0`` to turn the verbose output off.
298298

299-
It's also possible to change verbosity per deprecation type, for instance ``quiet[]=indirect&quiet[]=other`` will hide details for deprecations of types "indirect" and "other".
299+
It's also possible to change verbosity per deprecation type. For example, using
300+
``quiet[]=indirect&quiet[]=other`` will hide details for deprecations of types
301+
"indirect" and "other".
302+
303+
.. versionadded:: 5.1
304+
305+
The ``quiet`` option was introduced in Symfony 5.1.
300306

301307
Disabling the Deprecation Helper
302308
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)