[DebugBundle] Make RemoveWebServerBundleLoggerPass internal

This commit is contained in:
Robin Chalas 2019-12-28 19:58:08 +01:00
parent 47f7cdc848
commit 86afefed3b

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}