Please note that this service is under alpha statement, we are actively working on it. It may be unstable and might completely change without warning. Help us by reporting!

nexylan/slack-bundle

Analysis #1106 FAILED

Diff

Download raw diff

diff --git a/tests/DependencyInjection/NexySlackExtensionTest.php b/tests/DependencyInjection/NexySlackExtensionTest.php
index 1426403c918798fa6cf85870ec38f78b75ede068..18fbd44d157974f1459a98cb8762eb039e9b581e 100644
--- a/tests/DependencyInjection/NexySlackExtensionTest.php
+++ b/tests/DependencyInjection/NexySlackExtensionTest.php
@@ -11,8 +11,8 @@
 
 namespace Nexy\SlackBundle\Tests\DependencyInjection;
 
-use Nexy\Slack\Client;
 use Matthias\SymfonyDependencyInjectionTest\PhpUnit\AbstractExtensionTestCase;
+use Nexy\Slack\Client;
 use Nexy\SlackBundle\DependencyInjection\NexySlackExtension;
 use Nexy\SlackBundle\Tests\Fixtures\DependencyInjection\AcmeGuzzleExtension;
 use Symfony\Component\DependencyInjection\Reference;