Skip to content

Commit

Permalink
minor #35132 [DebugBundle] Make RemoveWebServerBundleLoggerPass inter…
Browse files Browse the repository at this point in the history
…nal (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
-------

86afefe [DebugBundle] Make RemoveWebServerBundleLoggerPass internal
  • Loading branch information
nicolas-grekas committed Dec 31, 2019
2 parents 47f7cdc + 86afefe commit 3415224
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -16,8 +16,10 @@

/**
* @author Jérémy Derussé <jeremy@derusse.com>
*
* @internal
*/
class RemoveWebServerBundleLoggerPass implements CompilerPassInterface
final class RemoveWebServerBundleLoggerPass implements CompilerPassInterface
{
/**
* {@inheritdoc}
Expand Down

0 comments on commit 3415224

Please sign in to comment.