From 841c0b041faa6dbc8b185f61d8257e3a5e1c731b Mon Sep 17 00:00:00 2001 From: Robin Chalas Date: Mon, 19 Aug 2019 13:48:00 +0200 Subject: [PATCH] [HttpKernel] Remove outdated docblock comment --- src/Symfony/Component/HttpKernel/Bundle/Bundle.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Symfony/Component/HttpKernel/Bundle/Bundle.php b/src/Symfony/Component/HttpKernel/Bundle/Bundle.php index 62b86ca7fd1e..c4036175c4b6 100644 --- a/src/Symfony/Component/HttpKernel/Bundle/Bundle.php +++ b/src/Symfony/Component/HttpKernel/Bundle/Bundle.php @@ -19,8 +19,7 @@ use Symfony\Component\Finder\Finder; /** - * An implementation of BundleInterface that adds a few conventions - * for DependencyInjection extensions and Console commands. + * An implementation of BundleInterface that adds a few conventions for DependencyInjection extensions. * * @author Fabien Potencier */