From 8fba11c36c246120cc4c6fa22ab84187b0acd48a Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Tue, 14 Apr 2020 19:25:59 +0200 Subject: [PATCH] Apply coding standard fixes --- test/app/AppKernel.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/test/app/AppKernel.php b/test/app/AppKernel.php index cca419d..ada6b4e 100644 --- a/test/app/AppKernel.php +++ b/test/app/AppKernel.php @@ -10,14 +10,6 @@ */ declare(strict_types=1); -/* - * This file is part of the Sylius package. - * - * (c) Paweł Jędrzejewski - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ use PSS\SymfonyMockerContainer\DependencyInjection\MockerContainer; use Symfony\Component\Config\Loader\LoaderInterface;