Completed
Branch master (429264)
by Kamil
37:02
created
spec/Form/EventSubscriber/AddPaymentMethodsFormSubscriberSpec.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 Prophecy\Argument;
16
-use spec\Sylius\Bundle\ArchetypeBundle\Form\Type\ArchetypeTypeSpec;
17 16
 use Sylius\Component\Payment\Model\PaymentInterface;
18 17
 use Symfony\Component\EventDispatcher\EventSubscriberInterface;
19 18
 use Symfony\Component\Form\FormEvent;
Please login to merge, or discard this patch.
Sylius/Bundle/CoreBundle/spec/Form/Type/Checkout/PaymentStepTypeSpec.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -12,8 +12,6 @@
 block discarded – undo
12 12
 namespace spec\Sylius\Bundle\CoreBundle\Form\Type\Checkout;
13 13
 
14 14
 use PhpSpec\ObjectBehavior;
15
-use Prophecy\Argument;
16
-use Sylius\Bundle\ResourceBundle\Form\Type\AbstractResourceType;
17 15
 use Symfony\Component\Form\AbstractType;
18 16
 use Symfony\Component\Form\FormBuilderInterface;
19 17
 use Symfony\Component\OptionsResolver\OptionsResolver;
Please login to merge, or discard this patch.
src/Sylius/Bundle/CoreBundle/spec/Form/Type/Checkout/ShippingTypeSpec.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -12,9 +12,7 @@
 block discarded – undo
12 12
 namespace spec\Sylius\Bundle\CoreBundle\Form\Type\Checkout;
13 13
 
14 14
 use PhpSpec\ObjectBehavior;
15
-use Prophecy\Argument;
16 15
 use Sylius\Bundle\CoreBundle\Form\Type\Checkout\ShippingType;
17
-use Sylius\Component\Addressing\Matcher\ZoneMatcherInterface;
18 16
 use Symfony\Component\Form\AbstractType;
19 17
 use Symfony\Component\Form\FormBuilderInterface;
20 18
 use Symfony\Component\OptionsResolver\OptionsResolver;
Please login to merge, or discard this patch.
src/Sylius/Bundle/CoreBundle/spec/Form/Type/LegacyProductTypeSpec.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 Prophecy\Argument;
16 16
 use Sylius\Bundle\CoreBundle\Form\Type\LegacyProductType;
17
-use Sylius\Bundle\ProductBundle\Form\Type\ProductType;
18 17
 use Sylius\Bundle\ResourceBundle\Form\EventSubscriber\AddCodeFormSubscriber;
19 18
 use Sylius\Component\Core\Model\Product;
20 19
 use Sylius\Component\User\Canonicalizer\CanonicalizerInterface;
Please login to merge, or discard this patch.
src/Sylius/Bundle/CoreBundle/spec/Provider/AvailableLocalesProviderSpec.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,9 +12,8 @@
 block discarded – undo
12 12
 namespace spec\Sylius\Bundle\CoreBundle\Provider;
13 13
 
14 14
 use PhpSpec\ObjectBehavior;
15
-use Prophecy\Argument;
16
-use Sylius\Component\Resource\Provider\AvailableLocalesProviderInterface;
17 15
 use Sylius\Component\Locale\Model\LocaleInterface;
16
+use Sylius\Component\Resource\Provider\AvailableLocalesProviderInterface;
18 17
 use Sylius\Component\Resource\Repository\RepositoryInterface;
19 18
 
20 19
 /**
Please login to merge, or discard this patch.
src/Sylius/Bundle/CoreBundle/spec/Sitemap/Builder/SitemapBuilderSpec.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\Bundle\CoreBundle\Sitemap\Builder;
13 13
  
14 14
 use PhpSpec\ObjectBehavior;
15
-use Prophecy\Argument;
16 15
 use Sylius\Bundle\CoreBundle\Sitemap\Builder\SitemapBuilderInterface;
17 16
 use Sylius\Bundle\CoreBundle\Sitemap\Factory\SitemapFactoryInterface;
18 17
 use Sylius\Bundle\CoreBundle\Sitemap\Model\SitemapInterface;
Please login to merge, or discard this patch.
src/Sylius/Bundle/CoreBundle/spec/Sitemap/Renderer/TwigAdapterSpec.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\Bundle\CoreBundle\Sitemap\Renderer;
13 13
  
14 14
 use PhpSpec\ObjectBehavior;
15
-use Prophecy\Argument;
16 15
 use Sylius\Bundle\CoreBundle\Sitemap\Model\SitemapInterface;
17 16
 use Sylius\Bundle\CoreBundle\Sitemap\Model\SitemapUrlInterface;
18 17
 use Sylius\Bundle\CoreBundle\Sitemap\Renderer\RendererAdapterInterface;
Please login to merge, or discard this patch.
Bundle/CoreBundle/spec/Taxation/Strategy/TaxCalculationStrategySpec.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\Bundle\CoreBundle\Taxation\Strategy;
13 13
 
14 14
 use PhpSpec\ObjectBehavior;
15
-use Prophecy\Argument;
16 15
 use Sylius\Bundle\CoreBundle\Taxation\Strategy\TaxCalculationStrategy;
17 16
 use Sylius\Bundle\SettingsBundle\Model\SettingsInterface;
18 17
 use Sylius\Component\Addressing\Model\ZoneInterface;
Please login to merge, or discard this patch.
src/Sylius/Bundle/CoreBundle/spec/Theme/ChannelBasedThemeContextSpec.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\Bundle\CoreBundle\Theme;
13 13
 
14 14
 use PhpSpec\ObjectBehavior;
15
-use Prophecy\Argument;
16 15
 use Sylius\Bundle\CoreBundle\Theme\ChannelBasedThemeContext;
17 16
 use Sylius\Bundle\ThemeBundle\Context\ThemeContextInterface;
18 17
 use Sylius\Bundle\ThemeBundle\Model\ThemeInterface;
Please login to merge, or discard this patch.