From 1c55b323fa1df44c3cb3298d318366e1adadfc2d Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Tue, 26 Nov 2019 09:35:11 -0500 Subject: [PATCH] php-cs --- src/EventListener/PreLoadAssetsEventListener.php | 2 +- tests/IntegrationTest.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/EventListener/PreLoadAssetsEventListener.php b/src/EventListener/PreLoadAssetsEventListener.php index 30d60f4e..1a6461ab 100644 --- a/src/EventListener/PreLoadAssetsEventListener.php +++ b/src/EventListener/PreLoadAssetsEventListener.php @@ -85,7 +85,7 @@ public static function getSubscribedEvents() } /** - * For backwards-compat with symfony/web-link 4.3 and lower + * For backwards-compat with symfony/web-link 4.3 and lower. * * @return Link|FigLink */ diff --git a/tests/IntegrationTest.php b/tests/IntegrationTest.php index cd897100..7c4ec354 100644 --- a/tests/IntegrationTest.php +++ b/tests/IntegrationTest.php @@ -14,7 +14,6 @@ use Symfony\Bundle\FrameworkBundle\FrameworkBundle; use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait; use Symfony\Bundle\TwigBundle\TwigBundle; -use Symfony\Bundle\TwigBundle\Controller\ExceptionController; use Symfony\Component\Config\Loader\LoaderInterface; use Symfony\Component\DependencyInjection\Alias; use Symfony\Component\DependencyInjection\ContainerBuilder;