mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 23:56:25 +03:00
removed uneeded phpdoc
This commit is contained in:
@@ -8,9 +8,6 @@ use Symfony\Component\DependencyInjection\ContainerBuilder;
|
||||
use Symfony\Component\HttpKernel\Kernel as BaseKernel;
|
||||
use Symfony\Component\Routing\RouteCollectionBuilder;
|
||||
|
||||
/**
|
||||
* @author Fabien Potencier <fabien@symfony.com>
|
||||
*/
|
||||
class Kernel extends BaseKernel
|
||||
{
|
||||
use MicroKernelTrait;
|
||||
|
||||
Reference in New Issue
Block a user