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
if (\func_num_args() < 4 || false !== func_get_arg(3)) {
2666
+
// in Symfony 7.0: convert the method in private non-static, remove this trigger_deprecation and change the call from the registerRateLimiterConfiguration method
2667
+
trigger_deprecation('symfony/framework-bundle', '6.2', 'The "%s()" method is deprecated, to be made private in 7.0.', __METHOD__);
2668
+
}
2669
+
2662
2670
// default configuration (when used by other DI extensions)
0 commit comments