merged branch hhamon/container_aware_abstract (PR #4457)

Commits
-------

a551d9e [DependencyInjection] made ContainerAware class abstract.

Discussion
----------

[DependencyInjection] made ContainerAware class abstract.

Bug fix: no
Feature addition: no
Backwards compatibility break: no
Symfony2 tests pass: yes

---------------------------------------------------------------------------

by travisbot at 2012-05-30T07:09:10Z

This pull request [passes](http://travis-ci.org/symfony/symfony/builds/1474925) (merged a551d9e5 into 0e98d33e).

---------------------------------------------------------------------------

by stof at 2012-05-30T08:01:57Z

please add a note in the changelog of the component
This commit is contained in:
Fabien Potencier 2012-05-30 10:42:45 +02:00
commit f5355f60c5

View File

@ -18,7 +18,7 @@ namespace Symfony\Component\DependencyInjection;
*
* @api
*/
class ContainerAware implements ContainerAwareInterface
abstract class ContainerAware implements ContainerAwareInterface
{
/**
* @var ContainerInterface