You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trigger_deprecation('symfony/monolog-bridge', '5.1', 'The "%s" class is deprecated, use "%s" instead.', HttpCodeActivationStrategy::class, HttpCodeActivationStrategyDecorator::class);
19
-
20
19
/**
21
20
* Activation strategy that ignores certain HTTP codes.
22
21
*
23
22
* @author Shaun Simmons <shaun@envysphere.com>
24
-
*
25
-
* @deprecated since Symfony 5.1, use Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategyDecorator instead.
if (!$innerinstanceof ActivationStrategyInterface) {
38
+
trigger_deprecation('symfony/monolog-bridge', '5.2', 'Passing an actionLevel (int|string) as constructor\'s 3rd argument of "%s" is deprecated, "%s" expected.', __CLASS__, ActivationStrategyInterface::class);
0 commit comments