Completed
Push — scalar-types/registry ( 38a5a0 )
by Kamil
75:54 queued 51:59
created
app/TestAppKernel.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,8 +13,8 @@
 block discarded – undo
13 13
 
14 14
 require_once __DIR__.'/AppKernel.php';
15 15
 
16
-use ProxyManager\Proxy\VirtualProxyInterface;
17 16
 use PSS\SymfonyMockerContainer\DependencyInjection\MockerContainer;
17
+use ProxyManager\Proxy\VirtualProxyInterface;
18 18
 use Symfony\Component\DependencyInjection\ContainerInterface;
19 19
 
20 20
 /**
Please login to merge, or discard this patch.
Bundle/ChannelBundle/spec/Context/FakeChannel/FakeChannelPersisterSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use PhpSpec\ObjectBehavior;
17 17
 use Prophecy\Argument;
18 18
 use Sylius\Bundle\ChannelBundle\Context\FakeChannel\FakeChannelCodeProviderInterface;
19
-use Sylius\Bundle\ChannelBundle\Context\FakeChannel\FakeChannelPersister;
20 19
 use Symfony\Component\HttpFoundation\Cookie;
21 20
 use Symfony\Component\HttpFoundation\Request;
22 21
 use Symfony\Component\HttpFoundation\Response;
Please login to merge, or discard this patch.