Skip to content

Commit e8f3318

Browse files
committed
[DebugBundle] Make RemoveWebServerBundleLoggerPass internal
1 parent 2e20337 commit e8f3318

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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)