8000 minor #35133 [DebugBundle] Drop RemoveWebServerBundleLoggerPass (chal… · symfony/symfony@f35935f · GitHub
[go: up one dir, main page]

Skip to content

Commit f35935f

Browse files
minor #35133 [DebugBundle] Drop RemoveWebServerBundleLoggerPass (chalasr)
This PR was merged into the 5.0 branch. Discussion ---------- [DebugBundle] Drop RemoveWebServerBundleLoggerPass | Q | A | ------------- | --- | Branch? | 5.0 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - <!-- Replace this notice by a short README for your feature/bugfix. This will help people understand your PR and can be used as a start for the documentation. Additionally (see https://symfony.com/roadmap): - Always add tests and ensure they pass. - Never break backward compatibility (see https://symfony.com/bc). - Bug fixes must be submitted against the lowest maintained branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too.) - Features and deprecations must be submitted against branch master. --> Commits ------- 167411c [DebugBundle] Drop RemoveWebServerBundleLoggerPass
2 parents 3db9090 + 167411c commit f35935f

File tree

2 files changed

+0
-33
lines changed

2 files changed

+0
-33
lines changed

src/Symfony/Bundle/DebugBundle/DebugBundle.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Bundle\DebugBundle;
1313

1414
use Symfony\Bundle\DebugBundle\DependencyInjection\Compiler\DumpDataCollectorPass;
15-
use Symfony\Bundle\DebugBundle\DependencyInjection\Compiler\RemoveWebServerBundleLoggerPass;
1615
use Symfony\Component\Console\Application;
1716
use Symfony\Component\DependencyInjection\ContainerBuilder;
1817
use Symfony\Component\HttpKernel\Bundle\Bundle;
@@ -53,7 +52,6 @@ public function build(ContainerBuilder $container)
5352
parent::build($container);
5453

5554
$container->addCompilerPass(new DumpDataCollectorPass());
56-
$container->addCompilerPass(new RemoveWebServerBundleLoggerPass());
5755
}
5856

5957
public function registerCommands(Application $application)

src/Symfony/Bundle/DebugBundle/DependencyInjection/Compiler/RemoveWebServerBundleLoggerPass.php

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0