Completed
Branch master (429264)
by Kamil
37:02
created
src/Sylius/Component/Core/spec/Promotion/Action/AddProductActionSpec.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,10 +12,10 @@
 block discarded – undo
12 12
 namespace spec\Sylius\Component\Core\Promotion\Action;
13 13
 
14 14
 use PhpSpec\ObjectBehavior;
15
-use Sylius\Component\Order\Modifier\OrderItemQuantityModifierInterface;
16 15
 use Sylius\Component\Core\Model\OrderInterface;
17 16
 use Sylius\Component\Core\Model\OrderItemInterface;
18 17
 use Sylius\Component\Core\Model\ProductVariantInterface;
18
+use Sylius\Component\Order\Modifier\OrderItemQuantityModifierInterface;
19 19
 use Sylius\Component\Promotion\Action\PromotionActionInterface;
20 20
 use Sylius\Component\Promotion\Model\PromotionInterface;
21 21
 use Sylius\Component\Resource\Factory\FactoryInterface;
Please login to merge, or discard this patch.
src/Sylius/Component/Core/spec/Promotion/Action/FixedDiscountActionSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 use Sylius\Component\Promotion\Action\PromotionActionInterface;
25 25
 use Sylius\Component\Promotion\Model\PromotionInterface;
26 26
 use Sylius\Component\Promotion\Model\PromotionSubjectInterface;
27
-use Sylius\Component\Resource\Exception\UnexpectedTypeException;
28 27
 
29 28
 /**
30 29
  * @mixin FixedDiscountAction
Please login to merge, or discard this patch.
Component/Core/spec/Promotion/Action/PercentageDiscountActionSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 use Sylius\Component\Promotion\Action\PromotionActionInterface;
25 25
 use Sylius\Component\Promotion\Model\PromotionInterface;
26 26
 use Sylius\Component\Promotion\Model\PromotionSubjectInterface;
27
-use Sylius\Component\Resource\Exception\UnexpectedTypeException;
28 27
 
29 28
 /**
30 29
  * @mixin PercentageDiscountAction
Please login to merge, or discard this patch.
Component/Core/spec/Promotion/Action/UnitPercentageDiscountActionSpec.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 Doctrine\Common\Collections\Collection;
15 15
 use PhpSpec\ObjectBehavior;
16
-use Prophecy\Argument;
17
-use Sylius\Component\Core\Distributor\IntegerDistributorInterface;
18 16
 use Sylius\Component\Core\Model\AdjustmentInterface;
19 17
 use Sylius\Component\Core\Model\OrderInterface;
20 18
 use Sylius\Component\Core\Model\OrderItemInterface;
Please login to merge, or discard this patch.
src/Sylius/Component/Core/spec/Promotion/Filter/TaxonFilterSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace spec\Sylius\Component\Core\Promotion\Filter;
13 13
 
14
-use Doctrine\Common\Collections\Collection;
15 14
 use PhpSpec\ObjectBehavior;
16 15
 use Sylius\Component\Core\Model\OrderItemInterface;
17 16
 use Sylius\Component\Core\Model\ProductInterface;
Please login to merge, or discard this patch.
src/Sylius/Component/Core/spec/Remover/AdjustmentsRemoverSpec.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 PhpSpec\ObjectBehavior;
15 15
 use Sylius\Component\Core\Model\AdjustmentInterface;
16 16
 use Sylius\Component\Core\Model\OrderInterface;
17
-use Sylius\Component\Core\Model\OrderItemUnitInterface;
18 17
 use Sylius\Component\Core\Remover\AdjustmentsRemover;
19 18
 use Sylius\Component\Core\Remover\AdjustmentsRemoverInterface;
20 19
 
Please login to merge, or discard this patch.
Component/Core/spec/Taxation/Applicator/OrderItemsTaxesApplicatorSpec.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,9 +14,8 @@
 block discarded – undo
14 14
 use Doctrine\Common\Collections\ArrayCollection;
15 15
 use Doctrine\Common\Collections\Collection;
16 16
 use PhpSpec\ObjectBehavior;
17
-use Prophecy\Argument;
18
-use Sylius\Component\Core\Distributor\IntegerDistributorInterface;
19 17
 use Sylius\Component\Addressing\Model\ZoneInterface;
18
+use Sylius\Component\Core\Distributor\IntegerDistributorInterface;
20 19
 use Sylius\Component\Core\Model\AdjustmentInterface;
21 20
 use Sylius\Component\Core\Model\OrderInterface;
22 21
 use Sylius\Component\Core\Model\OrderItemInterface;
Please login to merge, or discard this patch.
spec/Taxation/Exception/UnsupportedTaxCalculationStrategyExceptionSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace spec\Sylius\Component\Core\Taxation\Exception;
13 13
 
14 14
 use PhpSpec\ObjectBehavior;
15
-use Prophecy\Argument;
16 15
 use Sylius\Component\Core\Taxation\Exception\UnsupportedTaxCalculationStrategyException;
17 16
 
18 17
 /**
Please login to merge, or discard this patch.
Sylius/Component/Core/spec/Taxation/Processor/OrderTaxesProcessorSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use Doctrine\Common\Collections\Collection;
15 15
 use PhpSpec\ObjectBehavior;
16
-use Prophecy\Argument;
17 16
 use Sylius\Component\Addressing\Matcher\ZoneMatcherInterface;
18 17
 use Sylius\Component\Addressing\Model\AddressInterface;
19 18
 use Sylius\Component\Addressing\Model\ZoneInterface;
Please login to merge, or discard this patch.