Completed
Push — master ( f258b8...883a46 )
by Paweł
81:43 queued 66:40
created
src/Sylius/Bundle/ShopBundle/EventListener/ShopUserLogoutHandler.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -13,12 +13,10 @@
 block discarded – undo
13 13
 
14 14
 namespace Sylius\Bundle\ShopBundle\EventListener;
15 15
 
16
-use Sylius\Bundle\ShopBundle\ShopSession;
17 16
 use Sylius\Component\Channel\Context\ChannelContextInterface;
18 17
 use Sylius\Component\Core\Storage\CartStorageInterface;
19 18
 use Symfony\Component\HttpFoundation\Request;
20 19
 use Symfony\Component\HttpFoundation\Response;
21
-use Symfony\Component\HttpFoundation\Session\SessionInterface;
22 20
 use Symfony\Component\Security\Http\HttpUtils;
23 21
 use Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler;
24 22
 
Please login to merge, or discard this patch.