8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64917c7 commit 807ebacCopy full SHA for 807ebac
src/Symfony/Component/DependencyInjection/CHANGELOG.md
@@ -4,6 +4,7 @@ CHANGELOG
4
2.8.0
5
-----
6
7
+ * deprecated the abstract ContainerAware class in favor of ContainerAwareTrait
8
* deprecated IntrospectableContainerInterface, to be merged with ContainerInterface in 3.0
9
* allowed specifying a directory to recursively load all configuration files it contains
10
* deprecated the concept of scopes
src/Symfony/Component/DependencyInjection/ContainerAware.php
@@ -15,6 +15,8 @@
15
* A simple implementation of ContainerAwareInterface.
16
*
17
* @author Fabien Potencier <fabien@symfony.com>
18
+ *
19
+ * @deprecated since version 2.8, to be removed in 3.0. Use the ContainerAwareTrait instead.
20
*/
21
abstract class ContainerAware implements ContainerAwareInterface
22
{
0 commit comments