Completed
Push — fixtures/parameter-fix ( 1f3fd9...164a01 )
by Kamil
32:45
created
src/Sylius/Bundle/FixturesBundle/spec/Loader/HookableSuiteLoaderSpec.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\Payment\Resolver;
13 13
 
14 14
 use PhpSpec\ObjectBehavior;
15
-use Prophecy\Argument;
16 15
 use Sylius\Component\Payment\Model\PaymentInterface;
17 16
 use Sylius\Component\Payment\Model\PaymentMethodInterface;
18 17
 use Sylius\Component\Payment\Resolver\MethodsResolverInterface;
Please login to merge, or discard this patch.
src/Sylius/Bundle/FixturesBundle/spec/Loader/SuiteLoaderSpec.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\Payment\Resolver;
13 13
 
14 14
 use PhpSpec\ObjectBehavior;
15
-use Prophecy\Argument;
16 15
 use Sylius\Component\Payment\Model\PaymentInterface;
17 16
 use Sylius\Component\Payment\Model\PaymentMethodInterface;
18 17
 use Sylius\Component\Payment\Resolver\MethodsResolverInterface;
Please login to merge, or discard this patch.
src/Sylius/Bundle/FlowBundle/DependencyInjection/SyliusFlowExtension.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 Sylius\Bundle\PricingBundle\DependencyInjection;
13 13
 
14
-use Symfony\Component\Config\Definition\Processor;
15 14
 use Symfony\Component\Config\FileLocator;
16 15
 use Symfony\Component\DependencyInjection\ContainerBuilder;
17 16
 use Symfony\Component\DependencyInjection\Definition;
Please login to merge, or discard this patch.
src/Sylius/Bundle/GridBundle/DependencyInjection/SyliusGridExtension.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 Sylius\Bundle\PricingBundle\DependencyInjection;
13 13
 
14
-use Symfony\Component\Config\Definition\Processor;
15 14
 use Symfony\Component\Config\FileLocator;
16 15
 use Symfony\Component\DependencyInjection\ContainerBuilder;
17 16
 use Symfony\Component\DependencyInjection\Definition;
Please login to merge, or discard this patch.
src/Sylius/Bundle/GridBundle/spec/Templating/Helper/GridHelperSpec.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\Payment\Resolver;
13 13
 
14 14
 use PhpSpec\ObjectBehavior;
15
-use Prophecy\Argument;
16 15
 use Sylius\Component\Payment\Model\PaymentInterface;
17 16
 use Sylius\Component\Payment\Model\PaymentMethodInterface;
18 17
 use Sylius\Component\Payment\Resolver\MethodsResolverInterface;
Please login to merge, or discard this patch.
src/Sylius/Bundle/GridBundle/spec/Twig/GridExtensionSpec.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\Payment\Resolver;
13 13
 
14 14
 use PhpSpec\ObjectBehavior;
15
-use Prophecy\Argument;
16 15
 use Sylius\Component\Payment\Model\PaymentInterface;
17 16
 use Sylius\Component\Payment\Model\PaymentMethodInterface;
18 17
 use Sylius\Component\Payment\Resolver\MethodsResolverInterface;
Please login to merge, or discard this patch.
src/Sylius/Bundle/MoneyBundle/DependencyInjection/SyliusMoneyExtension.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 Sylius\Bundle\PricingBundle\DependencyInjection;
13 13
 
14
-use Symfony\Component\Config\Definition\Processor;
15 14
 use Symfony\Component\Config\FileLocator;
16 15
 use Symfony\Component\DependencyInjection\ContainerBuilder;
17 16
 use Symfony\Component\DependencyInjection\Definition;
Please login to merge, or discard this patch.
src/Sylius/Bundle/ResourceBundle/Behat/DefaultContext.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,11 +11,11 @@
 block discarded – undo
11 11
 
12 12
 namespace Sylius\Bundle\ResourceBundle\Behat;
13 13
 
14
+use Behat\MinkExtension\Context\RawMinkContext;
14 15
 use Behat\Mink\Element\Element;
15 16
 use Behat\Mink\Element\NodeElement;
16 17
 use Behat\Mink\Exception\ElementNotFoundException;
17 18
 use Behat\Mink\Selector\Xpath\Escaper;
18
-use Behat\MinkExtension\Context\RawMinkContext;
19 19
 
20 20
 /**
21 21
  * @author Arnaud Langlade <[email protected]>
Please login to merge, or discard this patch.
src/Sylius/Bundle/ResourceBundle/spec/Grid/View/ResourceGridViewSpec.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\Payment\Resolver;
13 13
 
14 14
 use PhpSpec\ObjectBehavior;
15
-use Prophecy\Argument;
16 15
 use Sylius\Component\Payment\Model\PaymentInterface;
17 16
 use Sylius\Component\Payment\Model\PaymentMethodInterface;
18 17
 use Sylius\Component\Payment\Resolver\MethodsResolverInterface;
Please login to merge, or discard this patch.