Failed Conditions
Push — ng ( 06d981...bf1375 )
by Florent
11:23
created
src/Bundle/Tests/AppKernel.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,11 +28,11 @@
 block discarded – undo
28 28
 use Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle;
29 29
 use SimpleBus\SymfonyBridge\SimpleBusCommandBusBundle;
30 30
 use SimpleBus\SymfonyBridge\SimpleBusEventBusBundle;
31
+use Symfony\Bundle\FrameworkBundle\FrameworkBundle;
31 32
 use Symfony\Bundle\SecurityBundle\SecurityBundle;
32 33
 use Symfony\Bundle\TwigBundle\TwigBundle;
33 34
 use Symfony\Component\Config\Loader\LoaderInterface;
34 35
 use Symfony\Component\HttpKernel\Kernel;
35
-use Symfony\Bundle\FrameworkBundle\FrameworkBundle;
36 36
 
37 37
 /**
38 38
  * Class AppKernel.
Please login to merge, or discard this patch.