minor #17061 Upgrade for 2.8: ContainerAware was deprecated in favour of ContainerAwareTrait (pamil)

This PR was merged into the 2.8 branch.

Discussion
----------

Upgrade for 2.8: ContainerAware was deprecated in favour of ContainerAwareTrait

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Commits
-------

825409e Upgrade for 2.8: ContainerAware was deprecated in favour of ContainerAwareTrait [ci skip]
This commit is contained in:
Fabien Potencier 2015-12-18 17:39:44 +01:00
commit eae9e1cedc
1 changed files with 4 additions and 0 deletions

View File

@ -409,6 +409,10 @@ DependencyInjection
</services>
```
* `Symfony\Component\DependencyInjection\ContainerAware` has been deprecated, use
`Symfony\Component\DependencyInjection\ContainerAwareTrait` or implement
`Symfony\Component\DependencyInjection\ContainerAwareInterface` manually
WebProfiler
-----------