Skip to content

Commit b0d667a

Browse files
committed
minor #14155 Add documentation about quiet configuration (l-vo)
This PR was merged into the 5.1 branch. Discussion ---------- Add documentation about quiet configuration Fixes #13008. Commits ------- d6331b3 Add documentation about quiet configuration
2 parents 8b60ce8 + d6331b3 commit b0d667a

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)