8000 minor #16992 [FrameworkBundle][HttpKernel] Remove remaining $triggerD… · symfony/symfony@be381af · GitHub
[go: up one dir, main page]

Skip to content

Commit be381af

Browse files
committed
minor #16992 [FrameworkBundle][HttpKernel] Remove remaining $triggerDeprecation flag (ogizanagi)
This PR was merged into the 3.0 branch. Discussion ---------- [FrameworkBundle][HttpKernel] Remove remaining $triggerDeprecation flag | Q | A | ------------- | --- | Fixed tickets | n/a | License | MIT Introduced in #14665, this flag controlled the deprecation notice triggering when using the `ContainerAwareHttpKernel`, in order to avoid triggering it when using this class in the Symfony framework. This class no longer exists now, neither the flag. Commits ------- ac15454 [FrameworkBundle][HttpKernel] Remove remaining $triggerDeprecation flag
2 parents 605e133 + ac15454 commit be381af

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/services.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<argument type="service" id="event_dispatcher" />
1414
<argument type="service" id="controller_resolver" />
1515
<argument type="service" id="request_stack" />
16-
<argument>false</argument>
1716
</service>
1817

1918
<service id="request_stack" class="Symfony\Component\HttpFoundation\RequestStack" />

0 commit comments

Comments
 (0)
0