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 ($this->handleSecurityLanguageProviders && $container->has('security.expression_language')) {
51
+
@trigger_error(sprintf('Registering services tagged with "security.expression_language_provider" is deprecated since Symfony 4.2, use the "%s" instead.', SecurityExpressionLanguageProvidersPass::class), E_USER_DEPRECATED);
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/AddExpressionLanguageProvidersPassTest.php
+82Lines changed: 82 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -57,4 +57,86 @@ public function testProcessForRouterAlias()
0 commit comments