Completed
Push — master ( cfaf77...b5ed7c )
by Kamil
47:11 queued 29:42
created
src/Sylius/Bundle/CoreBundle/Command/AbstractInstallCommand.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -13,11 +13,8 @@
 block discarded – undo
13 13
 
14 14
 use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand;
15 15
 use Symfony\Component\Console\Helper\ProgressBar;
16
-use Symfony\Component\Console\Helper\QuestionHelper;
17 16
 use Symfony\Component\Console\Input\InputInterface;
18 17
 use Symfony\Component\Console\Output\OutputInterface;
19
-use Symfony\Component\Console\Question\Question;
20
-use Symfony\Component\Validator\ConstraintViolationList;
21 18
 
22 19
 abstract class AbstractInstallCommand extends ContainerAwareCommand
23 20
 {
Please login to merge, or discard this patch.
src/Sylius/Bundle/CoreBundle/Command/SetupCommand.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,9 +20,9 @@
 block discarded – undo
20 20
 use Symfony\Component\Console\Output\OutputInterface;
21 21
 use Symfony\Component\Console\Question\Question;
22 22
 use Symfony\Component\Intl\Intl;
23
+use Symfony\Component\Validator\ConstraintViolationListInterface;
23 24
 use Symfony\Component\Validator\Constraints\Email;
24 25
 use Symfony\Component\Validator\Constraints\NotBlank;
25
-use Symfony\Component\Validator\ConstraintViolationListInterface;
26 26
 
27 27
 /**
28 28
  * @author Paweł Jędrzejewski <[email protected]>
Please login to merge, or discard this patch.
src/Sylius/Behat/Context/Ui/Admin/ManagingOrdersContext.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\SharedSecurityServiceInterface;
21 21
 use Sylius\Behat\Service\SharedStorageInterface;
22 22
 use Sylius\Component\Addressing\Model\AddressInterface;
23
-use Sylius\Component\Core\Formatter\StringInflector;
24 23
 use Sylius\Component\Core\Model\AdminUserInterface;
25 24
 use Sylius\Component\Core\Model\CustomerInterface;
26 25
 use Sylius\Component\Core\Model\OrderInterface;
Please login to merge, or discard this patch.
src/Sylius/Behat/Context/Setup/OrderContext.php 1 patch
Unused Use Statements   +8 added lines, -9 removed lines patch added patch discarded remove patch
@@ -14,31 +14,30 @@
 block discarded – undo
14 14
 use Behat\Behat\Context\Context;
15 15
 use Doctrine\Common\Persistence\ObjectManager;
16 16
 use SM\Factory\FactoryInterface as StateMachineFactoryInterface;
17
+use Sylius\Behat\Service\SharedStorageInterface;
17 18
 use Sylius\Component\Core\Currency\CurrencyStorageInterface;
19
+use Sylius\Component\Core\Model\AddressInterface;
18 20
 use Sylius\Component\Core\Model\ChannelInterface;
19 21
 use Sylius\Component\Core\Model\ChannelPricingInterface;
20
-use Sylius\Component\Core\Model\PromotionCouponInterface;
21
-use Sylius\Component\Core\OrderCheckoutTransitions;
22
-use Sylius\Component\Order\Processor\OrderProcessorInterface;
23
-use Sylius\Component\Order\Modifier\OrderItemQuantityModifierInterface;
24
-use Sylius\Component\Core\Model\AddressInterface;
25 22
 use Sylius\Component\Core\Model\OrderInterface;
26 23
 use Sylius\Component\Core\Model\OrderItemInterface;
27 24
 use Sylius\Component\Core\Model\ProductInterface;
28 25
 use Sylius\Component\Core\Model\ProductVariantInterface;
26
+use Sylius\Component\Core\Model\PromotionCouponInterface;
29 27
 use Sylius\Component\Core\Model\ShippingMethodInterface;
28
+use Sylius\Component\Core\OrderCheckoutTransitions;
30 29
 use Sylius\Component\Core\Repository\OrderRepositoryInterface;
31
-use Sylius\Behat\Service\SharedStorageInterface;
30
+use Sylius\Component\Customer\Model\CustomerInterface;
31
+use Sylius\Component\Order\Modifier\OrderItemQuantityModifierInterface;
32 32
 use Sylius\Component\Order\OrderTransitions;
33
-use Sylius\Component\Payment\Model\PaymentInterface;
33
+use Sylius\Component\Order\Processor\OrderProcessorInterface;
34 34
 use Sylius\Component\Payment\Model\PaymentMethodInterface;
35 35
 use Sylius\Component\Payment\PaymentTransitions;
36
+use Sylius\Component\Product\Resolver\ProductVariantResolverInterface;
36 37
 use Sylius\Component\Resource\Factory\FactoryInterface;
37 38
 use Sylius\Component\Resource\Repository\RepositoryInterface;
38 39
 use Sylius\Component\Shipping\ShipmentTransitions;
39
-use Sylius\Component\Customer\Model\CustomerInterface;
40 40
 use Sylius\Component\User\Model\UserInterface;
41
-use Sylius\Component\Product\Resolver\ProductVariantResolverInterface;
42 41
 
43 42
 /**
44 43
  * @author Łukasz Chruściel <[email protected]>
Please login to merge, or discard this patch.
src/Sylius/Behat/Page/Admin/ShippingMethod/CreatePage.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -13,8 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use Behat\Mink\Driver\Selenium2Driver;
15 15
 use Behat\Mink\Exception\ElementNotFoundException;
16
-use Sylius\Behat\Behaviour\ChoosesCalculator;
17
-use Sylius\Behat\Behaviour\SpecifiesItsAmount;
18 16
 use Sylius\Behat\Behaviour\SpecifiesItsCode;
19 17
 use Sylius\Behat\Page\Admin\Crud\CreatePage as BaseCreatePage;
20 18
 use Sylius\Component\Core\Formatter\StringInflector;
Please login to merge, or discard this patch.
Bundle/ShippingBundle/DependencyInjection/SyliusShippingExtension.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 Symfony\Component\DependencyInjection\ContainerBuilder;
17 17
 use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
18 18
 use Symfony\Component\DependencyInjection\Parameter;
19
-use Symfony\Component\DependencyInjection\Reference;
20 19
 
21 20
 /**
22 21
  * @author Paweł Jędrzejewski <[email protected]>
Please login to merge, or discard this patch.
Component/Core/Promotion/Action/FixedDiscountPromotionActionCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Sylius\Bundle\PromotionBundle\Form\Type\Action\FixedDiscountConfigurationType;
15 15
 use Sylius\Component\Core\Distributor\ProportionalIntegerDistributorInterface;
16 16
 use Sylius\Component\Core\Promotion\Applicator\UnitsPromotionAdjustmentsApplicatorInterface;
17
-use Sylius\Component\Currency\Converter\CurrencyConverterInterface;
18 17
 use Sylius\Component\Promotion\Model\PromotionInterface;
19 18
 use Sylius\Component\Promotion\Model\PromotionSubjectInterface;
20 19
 use Webmozart\Assert\Assert;
Please login to merge, or discard this patch.
src/Sylius/Component/Core/Shipping/Calculator/FlatRateCalculator.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
 
14 14
 use Sylius\Component\Core\Model\ShipmentInterface;
15 15
 use Sylius\Component\Shipping\Calculator\CalculatorInterface;
16
-use Sylius\Component\Shipping\Model\ShipmentInterface  as BaseShipmentInterface;
16
+use Sylius\Component\Shipping\Model\ShipmentInterface as BaseShipmentInterface;
17 17
 use Webmozart\Assert\Assert;
18 18
 
19 19
 /**
Please login to merge, or discard this patch.