Skip to content

Commit e0fdec0

Browse files
minor #44386 [FrameworkBundle] ResponseListener needs only 2 parameters (maxhelias)
This PR was merged into the 5.4 branch. Discussion ---------- [FrameworkBundle] ResponseListener needs only 2 parameters | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | - | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Introduced in 5.4 with : #43108 Commits ------- 6074226 ResponseListener needs only 2 parameters
2 parents 8c68599 + 6074226 commit e0fdec0

File tree

1 file changed

+0
-1
lines changed
  • src/Symfony/Bundle/FrameworkBundle/Resources/config

1 file changed

+0
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/config/web.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
->args([
7171
param('kernel.charset'),
7272
abstract_arg('The "set_content_language_from_locale" config value'),
73-
param('kernel.enabled_locales'),
7473
])
7574
->tag('kernel.event_subscriber')
7675

0 commit comments

Comments
 (0)