File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
src/Symfony/Component/DependencyInjection Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ CHANGELOG
4
4
2.8.0
5
5
-----
6
6
7
+ * deprecated the abstract ContainerAware class in favor of ContainerAwareTrait
7
8
* deprecated IntrospectableContainerInterface, to be merged with ContainerInterface in 3.0
8
9
* allowed specifying a directory to recursively load all configuration files it contains
9
10
* deprecated the concept of scopes
Original file line number Diff line number Diff line change 15
15
* A simple implementation of ContainerAwareInterface.
16
16
*
17
17
* @author Fabien Potencier <fabien@symfony.com>
18
+ *
19
+ * @deprecated since version 2.8, to be removed in 3.0. Use the ContainerAwareTrait instead.
18
20
*/
19
21
abstract class ContainerAware implements ContainerAwareInterface
20
22
{
You can’t perform that action at this time.
0 commit comments