Completed
Push — master ( 019717...d42543 )
by Kamil
46:31 queued 19:32
created
src/Kernel.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,8 +11,8 @@
 block discarded – undo
11 11
 
12 12
 declare(strict_types=1);
13 13
 
14
-use ProxyManager\Proxy\VirtualProxyInterface;
15 14
 use PSS\SymfonyMockerContainer\DependencyInjection\MockerContainer;
15
+use ProxyManager\Proxy\VirtualProxyInterface;
16 16
 use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait;
17 17
 use Symfony\Component\Config\Loader\DelegatingLoader;
18 18
 use Symfony\Component\Config\Loader\LoaderInterface;
Please login to merge, or discard this patch.