8000 merged branch hhamon/container_aware_abstract (PR #4457) · beryllium/symfony@f5355f6 · GitHub
[go: up one dir, main page]

Skip to content
10000

Commit f5355f6

Browse files
committed
merged branch hhamon/container_aware_abstract (PR symfony#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 a551d9e into 0e98d33). --------------------------------------------------------------------------- by stof at 2012-05-30T08:01:57Z please add a note in the changelog of the component
2 parents 0e98d33 + a551d9e commit f5355f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/DependencyInjection/ContainerAware.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @api
2020
*/
21-
class ContainerAware implements ContainerAwareInterface
21+
abstract class ContainerAware implements ContainerAwareInterface
2222
{
2323
/**
2424
* @var ContainerInterface

0 commit comments

Comments
 (0)
0