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
This commit is contained in:
Tobias Schultze 2015-12-13 17:26:33 +01:00
commit be381af541

View File

@ -13,7 +13,6 @@
<argument type="service" id="event_dispatcher" />
<argument type="service" id="controller_resolver" />
<argument type="service" id="request_stack" />
<argument>false</argument>
</service>
<service id="request_stack" class="Symfony\Component\HttpFoundation\RequestStack" />