Skip to content

Commit d6331b3

Browse files
authored
Add documentation about quiet configuration
1 parent e808ae1 commit d6331b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/phpunit_bridge.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,8 @@ 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".
300+
299301
Disabling the Deprecation Helper
300302
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
301303

0 commit comments

Comments
 (0)