Completed
Push — theme-collector ( e0987d )
by Kamil
23:25
created
src/Sylius/Component/Core/Model/CustomerInterface.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 Doctrine\Common\Collections\Collection;
17 17
 use Sylius\Component\Customer\Model\CustomerInterface as BaseCustomerInterface;
18 18
 use Sylius\Component\User\Model\UserAwareInterface;
19
-use Sylius\Component\User\Model\UserInterface as BaseUserInterface;
20 19
 
21 20
 /**
22 21
  * @author Michał Marcinkowski <[email protected]>
Please login to merge, or discard this patch.
src/Sylius/Bundle/UserBundle/Controller/UserController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
 use Sylius\Bundle\UserBundle\Form\Type\UserRequestPasswordResetType;
24 24
 use Sylius\Bundle\UserBundle\Form\Type\UserResetPasswordType;
25 25
 use Sylius\Bundle\UserBundle\UserEvents;
26
-use Sylius\Component\Resource\Model\ResourceInterface;
27 26
 use Sylius\Component\User\Model\UserInterface;
28 27
 use Sylius\Component\User\Security\Generator\GeneratorInterface;
29 28
 use Symfony\Component\EventDispatcher\GenericEvent;
Please login to merge, or discard this patch.