Skip to content

Commit 3e172b3

Browse files
minor #50836 [HttpKernel] Do not use ContainerAwareInterface anymore (nicolas-grekas)
This PR was merged into the 6.4 branch. Discussion ---------- [HttpKernel] Do not use ContainerAwareInterface anymore | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Similar to #50824, keeping this interface blocks compat of HK v6 with DI v7 for no good reasons. Let's drop ContainerAwareInterface from BundleInterface, it serves no purpose anyway. Unlocks #50578 Commits ------- 640c72a [HttpKernel] Do not use ContainerAwareInterface anymore
2 parents 660b35a + 640c72a commit 3e172b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Symfony/Component/HttpKernel/Bundle/BundleInterface.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
namespace Symfony\Component\HttpKernel\Bundle;
1313

14-
use Symfony\Component\DependencyInjection\ContainerAwareInterface;
1514
use Symfony\Component\DependencyInjection\ContainerBuilder;
1615
use Symfony\Component\DependencyInjection\ContainerInterface;
1716
use Symfony\Component\DependencyInjection\Extension\ExtensionInterface;
@@ -21,7 +20,7 @@
2120
*
2221
* @author Fabien Potencier <fabien@symfony.com>
2322
*/
24-
interface BundleInterface extends ContainerAwareInterface
23+
interface BundleInterface
2524
{
2625
/**
2726
* Boots the Bundle.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy