We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3184795 commit edcdcf8Copy full SHA for edcdcf8
src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler.php
@@ -29,7 +29,7 @@ class DeprecationErrorHandler
29
*
30
* The following reporting modes are supported:
31
* - use "weak" to hide the deprecation report but keep a global count;
32
- * - use "weak_vendors" to act as "weak" but only for vendors;
+ * - use "weak_vendors" to fail only on deprecations triggered by your own code;
33
* - use "/some-regexp/" to stop the test suite whenever a deprecation
34
* message matches the given regular expression;
35
* - use a number to define the upper bound of allowed deprecations,
0 commit comments