Completed
Push — scrutinizer ( 763ce5 )
by Kamil
46:15
created
Component/Core/spec/Taxation/Applicator/OrderItemsTaxesApplicatorSpec.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
 use Doctrine\Common\Collections\ArrayCollection;
15 15
 use Doctrine\Common\Collections\Collection;
16 16
 use PhpSpec\ObjectBehavior;
17
-use Sylius\Component\Core\Distributor\IntegerDistributorInterface;
18 17
 use Sylius\Component\Addressing\Model\ZoneInterface;
18
+use Sylius\Component\Core\Distributor\IntegerDistributorInterface;
19 19
 use Sylius\Component\Core\Model\AdjustmentInterface;
20 20
 use Sylius\Component\Core\Model\OrderInterface;
21 21
 use Sylius\Component\Core\Model\OrderItemInterface;
Please login to merge, or discard this patch.
Component/Core/spec/Test/Services/DefaultUnitedStatesChannelFactorySpec.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\Addressing\Factory\ZoneFactoryInterface;
16 16
 use Sylius\Component\Addressing\Model\CountryInterface;
17
-use Sylius\Component\Addressing\Model\Scope;
18 17
 use Sylius\Component\Addressing\Model\ZoneInterface;
19 18
 use Sylius\Component\Channel\Factory\ChannelFactoryInterface;
20 19
 use Sylius\Component\Core\Model\ChannelInterface;
Please login to merge, or discard this patch.
src/Sylius/Component/Currency/spec/Context/CompositeCurrencyContextSpec.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,9 +12,9 @@
 block discarded – undo
12 12
 namespace spec\Sylius\Component\Currency\Context;
13 13
 
14 14
 use PhpSpec\ObjectBehavior;
15
+use Sylius\Component\Currency\Context\CompositeCurrencyContext;
15 16
 use Sylius\Component\Currency\Context\CurrencyContextInterface;
16 17
 use Sylius\Component\Currency\Context\CurrencyNotFoundException;
17
-use Sylius\Component\Currency\Context\CompositeCurrencyContext;
18 18
 
19 19
 /**
20 20
  * @author Kamil Kokot <[email protected]>
Please login to merge, or discard this patch.
Sylius/Component/Currency/spec/Context/ProviderBasedCurrencyContextSpec.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,9 +12,9 @@
 block discarded – undo
12 12
 namespace spec\Sylius\Component\Currency\Context;
13 13
 
14 14
 use PhpSpec\ObjectBehavior;
15
+use Sylius\Component\Currency\Context\CurrencyContextInterface;
15 16
 use Sylius\Component\Currency\Context\CurrencyNotFoundException;
16 17
 use Sylius\Component\Currency\Context\ProviderBasedCurrencyContext;
17
-use Sylius\Component\Currency\Context\CurrencyContextInterface;
18 18
 use Sylius\Component\Currency\Provider\CurrencyProviderInterface;
19 19
 
20 20
 /**
Please login to merge, or discard this patch.
src/Sylius/Component/Currency/spec/Model/CurrencySpec.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\Currency\Model\Currency;
16 16
 use Sylius\Component\Currency\Model\CurrencyInterface;
17
-use Sylius\Component\Resource\Model\ToggleableInterface;
18 17
 
19 18
 final class CurrencySpec extends ObjectBehavior
20 19
 {
Please login to merge, or discard this patch.
src/Sylius/Component/Currency/spec/Model/ExchangeRateSpec.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,9 +11,9 @@
 block discarded – undo
11 11
 
12 12
 namespace spec\Sylius\Component\Currency\Model;
13 13
 
14
+use PhpSpec\ObjectBehavior;
14 15
 use Sylius\Component\Currency\Model\CurrencyInterface;
15 16
 use Sylius\Component\Currency\Model\ExchangeRate;
16
-use PhpSpec\ObjectBehavior;
17 17
 use Sylius\Component\Currency\Model\ExchangeRateInterface;
18 18
 
19 19
 /**
Please login to merge, or discard this patch.
src/Sylius/Component/Grid/spec/FieldTypes/DatetimeFieldTypeSpec.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 PhpSpec\ObjectBehavior;
15 15
 use Symfony\Component\Form\FormTypeInterface;
16
-use Symfony\Component\OptionsResolver\OptionsResolver;
17 16
 
18 17
 /**
19 18
  * @author Paweł Jędrzejewski <[email protected]>
Please login to merge, or discard this patch.
src/Sylius/Component/Locale/spec/Context/CompositeLocaleContextSpec.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,9 +12,9 @@
 block discarded – undo
12 12
 namespace spec\Sylius\Component\Locale\Context;
13 13
 
14 14
 use PhpSpec\ObjectBehavior;
15
+use Sylius\Component\Locale\Context\CompositeLocaleContext;
15 16
 use Sylius\Component\Locale\Context\LocaleContextInterface;
16 17
 use Sylius\Component\Locale\Context\LocaleNotFoundException;
17
-use Sylius\Component\Locale\Context\CompositeLocaleContext;
18 18
 
19 19
 /**
20 20
  * @author Kamil Kokot <[email protected]>
Please login to merge, or discard this patch.
src/Sylius/Component/Locale/spec/Context/ProviderBasedLocaleContextSpec.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,9 +12,9 @@
 block discarded – undo
12 12
 namespace spec\Sylius\Component\Locale\Context;
13 13
 
14 14
 use PhpSpec\ObjectBehavior;
15
+use Sylius\Component\Locale\Context\LocaleContextInterface;
15 16
 use Sylius\Component\Locale\Context\LocaleNotFoundException;
16 17
 use Sylius\Component\Locale\Context\ProviderBasedLocaleContext;
17
-use Sylius\Component\Locale\Context\LocaleContextInterface;
18 18
 use Sylius\Component\Locale\Provider\LocaleProviderInterface;
19 19
 
20 20
 /**
Please login to merge, or discard this patch.