From 7da110e487c46f7815e040fa6be815837f385de0 Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Mon, 6 Dec 2021 11:17:35 +0100 Subject: [PATCH] linter --- tests/Service/ExternalApiTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Service/ExternalApiTest.php b/tests/Service/ExternalApiTest.php index f1d47c7..f1a85ac 100644 --- a/tests/Service/ExternalApiTest.php +++ b/tests/Service/ExternalApiTest.php @@ -4,8 +4,8 @@ declare(strict_types=1); namespace Dbp\Relay\TemplateBundle\Tests\Service; -use Dbp\Relay\TemplateBundle\Service\MyCustomService; use Dbp\Relay\TemplateBundle\Service\ExternalApi; +use Dbp\Relay\TemplateBundle\Service\MyCustomService; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; class ExternalApiTest extends WebTestCase -- GitLab