Completed
Push — customer-user-sync-bug ( ac0e94 )
by Kamil
30:19
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.
src/Sylius/Bundle/ResourceBundle/spec/Controller/ResourceControllerSpec.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,8 +27,8 @@
 block discarded – undo
27 27
 use Sylius\Bundle\ResourceBundle\Controller\RequestConfigurationFactoryInterface;
28 28
 use Sylius\Bundle\ResourceBundle\Controller\ResourceDeleteHandlerInterface;
29 29
 use Sylius\Bundle\ResourceBundle\Controller\ResourceFormFactoryInterface;
30
-use Sylius\Bundle\ResourceBundle\Controller\ResourcesCollectionProviderInterface;
31 30
 use Sylius\Bundle\ResourceBundle\Controller\ResourceUpdateHandlerInterface;
31
+use Sylius\Bundle\ResourceBundle\Controller\ResourcesCollectionProviderInterface;
32 32
 use Sylius\Bundle\ResourceBundle\Controller\SingleResourceProviderInterface;
33 33
 use Sylius\Bundle\ResourceBundle\Controller\StateMachineInterface;
34 34
 use Sylius\Bundle\ResourceBundle\Controller\ViewHandlerInterface;
Please login to merge, or discard this patch.
src/Sylius/Component/Core/Model/ProductInterface.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,8 +16,8 @@
 block discarded – undo
16 16
 use Doctrine\Common\Collections\Collection;
17 17
 use Sylius\Component\Channel\Model\ChannelsAwareInterface;
18 18
 use Sylius\Component\Product\Model\ProductInterface as BaseProductInterface;
19
-use Sylius\Component\Review\Model\ReviewableInterface;
20 19
 use Sylius\Component\Review\Model\ReviewInterface;
20
+use Sylius\Component\Review\Model\ReviewableInterface;
21 21
 
22 22
 /**
23 23
  * @author Paweł Jędrzejewski <[email protected]>
Please login to merge, or discard this patch.
src/Sylius/Behat/Context/Ui/Shop/AccountContext.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,10 +18,10 @@
 block discarded – undo
18 18
 use Sylius\Behat\Page\PageInterface;
19 19
 use Sylius\Behat\Page\Shop\Account\ChangePasswordPageInterface;
20 20
 use Sylius\Behat\Page\Shop\Account\DashboardPageInterface;
21
+use Sylius\Behat\Page\Shop\Account\LoginPageInterface;
21 22
 use Sylius\Behat\Page\Shop\Account\Order\IndexPageInterface;
22 23
 use Sylius\Behat\Page\Shop\Account\Order\ShowPageInterface;
23 24
 use Sylius\Behat\Page\Shop\Account\ProfileUpdatePageInterface;
24
-use Sylius\Behat\Page\Shop\Account\LoginPageInterface;
25 25
 use Sylius\Behat\Service\NotificationCheckerInterface;
26 26
 use Sylius\Component\Core\Formatter\StringInflector;
27 27
 use Sylius\Component\Core\Model\OrderInterface;
Please login to merge, or discard this patch.
src/Sylius/Bundle/UiBundle/Controller/SecurityController.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,9 +19,9 @@
 block discarded – undo
19 19
 use Symfony\Component\HttpFoundation\RedirectResponse;
20 20
 use Symfony\Component\HttpFoundation\Request;
21 21
 use Symfony\Component\HttpFoundation\Response;
22
-use Symfony\Component\Security\Http\Authentication\AuthenticationUtils;
23
-use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface;
24 22
 use Symfony\Component\Routing\RouterInterface;
23
+use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface;
24
+use Symfony\Component\Security\Http\Authentication\AuthenticationUtils;
25 25
 
26 26
 /**
27 27
  * @author Paweł Jędrzejewski <[email protected]>
Please login to merge, or discard this patch.
src/Sylius/Bundle/CoreBundle/Collector/SyliusCollector.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 namespace Sylius\Bundle\CoreBundle\Collector;
15 15
 
16 16
 use Sylius\Bundle\CoreBundle\Application\Kernel;
17
-use Sylius\Component\Channel\Context\ChannelNotFoundException;
18 17
 use Sylius\Component\Core\Context\ShopperContextInterface;
19 18
 use Sylius\Component\Core\Model\ChannelInterface;
20 19
 use Sylius\Component\Currency\Context\CurrencyNotFoundException;
Please login to merge, or discard this patch.
src/Sylius/Component/Core/Model/ShopUser.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 
16 16
 use Sylius\Component\Customer\Model\CustomerInterface as BaseCustomerInterface;
17 17
 use Sylius\Component\User\Model\User as BaseUser;
18
-use Webmozart\Assert\Assert;
19 18
 
20 19
 /**
21 20
  * @author Paweł Jędrzejewski <[email protected]>
Please login to merge, or discard this patch.