Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3415224

Browse files
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 ------- 86afefe [DebugBundle] Make RemoveWebServerBundleLoggerPass internal
2 parents 47f7cdc + 86afefe commit 3415224

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@
1616

1717
/**
1818
* @author Jérémy Derussé <[email protected]>
19+
*
20+
* @internal
1921
*/
20-
class RemoveWebServerBundleLoggerPass implements CompilerPassInterface
22+
final class RemoveWebServerBundleLoggerPass implements CompilerPassInterface
2123
{
2224
/**
2325
* {@inheritdoc}

0 commit comments

Comments
 (0)