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 cec0521 commit 135172dCopy full SHA for 135172d
DeprecationErrorHandler/Configuration.php
@@ -170,6 +170,10 @@ public function tolerates(array $deprecationGroups)
170
*/
171
public function isBaselineDeprecation(Deprecation $deprecation)
172
{
173
+ if ($deprecation->isLegacy()) {
174
+ return false;
175
+ }
176
+
177
if ($deprecation->originatesFromAnObject()) {
178
$location = $deprecation->originatingClass().'::'.$deprecation->originatingMethod();
179
} else {
0 commit comments