minor #35132 [DebugBundle] Make RemoveWebServerBundleLoggerPass internal (chalasr)

This PR was merged into the 4.4 branch.

Discussion
----------

[DebugBundle] Make RemoveWebServerBundleLoggerPass internal

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| 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
-------

86afefed3b [DebugBundle] Make RemoveWebServerBundleLoggerPass internal
This commit is contained in:
Nicolas Grekas 2019-12-31 15:28:17 +01:00
commit 3415224479

View File

@ -16,8 +16,10 @@ use Symfony\Component\DependencyInjection\ContainerBuilder;
/**
* @author Jérémy Derussé <jeremy@derusse.com>
*
* @internal
*/
class RemoveWebServerBundleLoggerPass implements CompilerPassInterface
final class RemoveWebServerBundleLoggerPass implements CompilerPassInterface
{
/**
* {@inheritdoc}