[HttpKernel] Remove outdated docblock comment

This commit is contained in:
Robin Chalas 2019-08-19 13:48:00 +02:00
parent ca2869bdba
commit 841c0b041f

View File

@ -19,8 +19,7 @@ use Symfony\Component\DependencyInjection\Extension\ExtensionInterface;
use Symfony\Component\Finder\Finder; use Symfony\Component\Finder\Finder;
/** /**
* An implementation of BundleInterface that adds a few conventions * An implementation of BundleInterface that adds a few conventions for DependencyInjection extensions.
* for DependencyInjection extensions and Console commands.
* *
* @author Fabien Potencier <fabien@symfony.com> * @author Fabien Potencier <fabien@symfony.com>
*/ */