Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a83c752

Browse filesBrowse files
committed
Describe weak_vendors properly
The behavior has changed since #25997
1 parent 3184795 commit a83c752
Copy full SHA for a83c752

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler.php

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class DeprecationErrorHandler
2929
*
3030
* The following reporting modes are supported:
3131
* - use "weak" to hide the deprecation report but keep a global count;
32-
* - use "weak_vendors" to act as "weak" but only for vendors;
32+
* - use "weak_vendors" to fail only on deprecations triggered in your own code;
3333
* - use "/some-regexp/" to stop the test suite whenever a deprecation
3434
* message matches the given regular expression;
3535
* - use a number to define the upper bound of allowed deprecations,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.