[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;
/**
* 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 <fabien@symfony.com>
*/