Completed
Push — conflicts ( 004532...5325bb )
by Kamil
12:17
created
src/Sylius/Component/Taxation/Resolver/TaxRateResolver.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,8 +14,8 @@
 block discarded – undo
14 14
 namespace Sylius\Component\Taxation\Resolver;
15 15
 
16 16
 use Sylius\Component\Resource\Repository\RepositoryInterface;
17
-use Sylius\Component\Taxation\Model\TaxableInterface;
18 17
 use Sylius\Component\Taxation\Model\TaxRateInterface;
18
+use Sylius\Component\Taxation\Model\TaxableInterface;
19 19
 
20 20
 class TaxRateResolver implements TaxRateResolverInterface
21 21
 {
Please login to merge, or discard this patch.
src/Sylius/Behat/Context/Ui/Admin/ManagingProductsContext.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -18,16 +18,16 @@
 block discarded – undo
18 18
 use Sylius\Behat\NotificationType;
19 19
 use Sylius\Behat\Page\Admin\Crud\CreatePageInterface;
20 20
 use Sylius\Behat\Page\Admin\Crud\UpdatePageInterface;
21
+use Sylius\Behat\Page\Admin\ProductReview\IndexPageInterface as ProductReviewIndexPageInterface;
22
+use Sylius\Behat\Page\Admin\ProductVariant\CreatePageInterface as VariantCreatePageInterface;
23
+use Sylius\Behat\Page\Admin\ProductVariant\GeneratePageInterface;
24
+use Sylius\Behat\Page\Admin\ProductVariant\UpdatePageInterface as VariantUpdatePageInterface;
21 25
 use Sylius\Behat\Page\Admin\Product\CreateConfigurableProductPageInterface;
22 26
 use Sylius\Behat\Page\Admin\Product\CreateSimpleProductPageInterface;
23 27
 use Sylius\Behat\Page\Admin\Product\IndexPageInterface;
24 28
 use Sylius\Behat\Page\Admin\Product\IndexPerTaxonPageInterface;
25 29
 use Sylius\Behat\Page\Admin\Product\UpdateConfigurableProductPageInterface;
26 30
 use Sylius\Behat\Page\Admin\Product\UpdateSimpleProductPageInterface;
27
-use Sylius\Behat\Page\Admin\ProductReview\IndexPageInterface as ProductReviewIndexPageInterface;
28
-use Sylius\Behat\Page\Admin\ProductVariant\CreatePageInterface as VariantCreatePageInterface;
29
-use Sylius\Behat\Page\Admin\ProductVariant\GeneratePageInterface;
30
-use Sylius\Behat\Page\Admin\ProductVariant\UpdatePageInterface as VariantUpdatePageInterface;
31 31
 use Sylius\Behat\Service\NotificationCheckerInterface;
32 32
 use Sylius\Behat\Service\Resolver\CurrentPageResolverInterface;
33 33
 use Sylius\Behat\Service\SharedStorageInterface;
Please login to merge, or discard this patch.
src/Sylius/Bundle/ReviewBundle/Form/Type/ReviewType.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,8 +15,8 @@
 block discarded – undo
15 15
 
16 16
 use Sylius\Bundle\ResourceBundle\Form\Type\AbstractResourceType;
17 17
 use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
18
-use Symfony\Component\Form\Extension\Core\Type\TextareaType;
19 18
 use Symfony\Component\Form\Extension\Core\Type\TextType;
19
+use Symfony\Component\Form\Extension\Core\Type\TextareaType;
20 20
 use Symfony\Component\Form\FormBuilderInterface;
21 21
 use Symfony\Component\OptionsResolver\OptionsResolver;
22 22
 
Please login to merge, or discard this patch.
src/Sylius/Behat/Context/Api/Shop/AddressContext.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 use Sylius\Behat\Service\Converter\AdminToShopIriConverterInterface;
21 21
 use Sylius\Behat\Service\SharedStorageInterface;
22 22
 use Sylius\Component\Addressing\Model\ProvinceInterface;
23
-use Sylius\Component\Addressing\Provider\ProvinceProviderInterface;
24 23
 use Sylius\Component\Core\Model\AddressInterface;
25 24
 use Webmozart\Assert\Assert;
26 25
 
Please login to merge, or discard this patch.
src/Sylius/Behat/Context/Api/Shop/OrderContext.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@
 block discarded – undo
27 27
 use Sylius\Component\Core\Model\ProductInterface;
28 28
 use Sylius\Component\Core\Model\PromotionInterface;
29 29
 use Sylius\Component\Core\OrderCheckoutStates;
30
-use Sylius\Component\Payment\Model\PaymentInterface;
31 30
 use Symfony\Component\HttpFoundation\Request as HttpRequest;
32 31
 use Symfony\Component\HttpFoundation\Response;
33 32
 use Webmozart\Assert\Assert;
Please login to merge, or discard this patch.
src/Sylius/Behat/Context/Transform/CartTokenContext.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -15,9 +15,6 @@
 block discarded – undo
15 15
 
16 16
 use Behat\Behat\Context\Context;
17 17
 use Sylius\Behat\Service\SharedStorageInterface;
18
-use Sylius\Bundle\ApiBundle\Command\Cart\PickupCart;
19
-use Sylius\Component\Resource\Generator\RandomnessGeneratorInterface;
20
-use Symfony\Component\Messenger\MessageBusInterface;
21 18
 
22 19
 final class CartTokenContext implements Context
23 20
 {
Please login to merge, or discard this patch.
Sylius/Bundle/ApiBundle/CommandHandler/Cart/RemoveItemFromCartHandler.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use Sylius\Component\Core\Model\OrderInterface;
18 18
 use Sylius\Component\Core\Model\OrderItemInterface;
19 19
 use Sylius\Component\Order\Modifier\OrderModifierInterface;
20
-use Sylius\Component\Order\Processor\OrderProcessorInterface;
21 20
 use Sylius\Component\Order\Repository\OrderItemRepositoryInterface;
22 21
 use Symfony\Component\Messenger\Handler\MessageHandlerInterface;
23 22
 use Webmozart\Assert\Assert;
Please login to merge, or discard this patch.
src/Sylius/Bundle/ApiBundle/DataProvider/CountryCollectionDataProvider.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 use Sylius\Component\Core\Model\AdminUserInterface;
22 22
 use Sylius\Component\Core\Model\ChannelInterface;
23 23
 use Sylius\Component\Resource\Repository\RepositoryInterface;
24
-use Webmozart\Assert\Assert;
25 24
 
26 25
 /** @experimental */
27 26
 final class CountryCollectionDataProvider implements CollectionDataProviderInterface, RestrictedDataProviderInterface
Please login to merge, or discard this patch.
ApiBundle/spec/CommandHandler/Checkout/ChoosePaymentMethodHandlerSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use SM\Factory\FactoryInterface;
19 19
 use SM\StateMachine\StateMachineInterface;
20 20
 use Sylius\Bundle\ApiBundle\Command\Checkout\ChoosePaymentMethod;
21
-use Sylius\Component\Core\Model\Order;
22 21
 use Sylius\Component\Core\Model\OrderInterface;
23 22
 use Sylius\Component\Core\Model\PaymentInterface;
24 23
 use Sylius\Component\Core\Model\PaymentMethodInterface;
Please login to merge, or discard this patch.