Skip to content

Commit ddf2637

Browse files
committed
refactor: reorder use statements for improved organization
1 parent ca5dfed commit ddf2637

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Functional/IntegrationTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313

1414
namespace Snc\RedisBundle\Tests\Functional;
1515

16-
use Symfony\Component\HttpFoundation\Request;
17-
use Snc\RedisBundle\DataCollector\RedisDataCollector;
1816
use Snc\RedisBundle\Logger\RedisLogger;
17+
use Snc\RedisBundle\DataCollector\RedisDataCollector;
1918
use Snc\RedisBundle\Tests\Functional\App\Kernel;
2019
use Symfony\Bundle\FrameworkBundle\Console\Application;
2120
use Symfony\Bundle\FrameworkBundle\KernelBrowser;
2221
use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
2322
use Symfony\Component\Console\Tester\CommandTester;
2423
use Symfony\Component\Filesystem\Filesystem;
24+
use Symfony\Component\HttpFoundation\Request;
2525
use Symfony\Component\HttpFoundation\Response;
2626
use Symfony\Contracts\Service\ResetInterface;
2727

0 commit comments

Comments
 (0)