Completed
Push — product/missing-methods ( 0cfbf7 )
by Kamil
25:41
created
Context/Environment/Handler/ContextServiceEnvironmentHandler.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,8 +18,8 @@
 block discarded – undo
18 18
 use Behat\Testwork\Environment\Handler\EnvironmentHandler;
19 19
 use Behat\Testwork\Suite\Exception\SuiteConfigurationException;
20 20
 use Behat\Testwork\Suite\Suite;
21
-use Sylius\Behat\Extension\MultiContainerExtension\Context\Environment\UninitializedContextServiceEnvironment;
22 21
 use Sylius\Behat\Extension\MultiContainerExtension\ContextRegistry;
22
+use Sylius\Behat\Extension\MultiContainerExtension\Context\Environment\UninitializedContextServiceEnvironment;
23 23
 use Symfony\Component\DependencyInjection\ContainerInterface;
24 24
 
25 25
 /**
Please login to merge, or discard this patch.
src/Sylius/Behat/Extension/MultiContainerExtension/Loader/XmlFileLoader.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -15,15 +15,15 @@
 block discarded – undo
15 15
 use Symfony\Component\Config\FileLocatorInterface;
16 16
 use Symfony\Component\Config\Resource\FileResource;
17 17
 use Symfony\Component\Config\Util\XmlUtils;
18
+use Symfony\Component\DependencyInjection\Alias;
18 19
 use Symfony\Component\DependencyInjection\ContainerBuilder;
19
-use Symfony\Component\DependencyInjection\DefinitionDecorator;
20 20
 use Symfony\Component\DependencyInjection\ContainerInterface;
21
-use Symfony\Component\DependencyInjection\Alias;
22 21
 use Symfony\Component\DependencyInjection\Definition;
23
-use Symfony\Component\DependencyInjection\Loader\FileLoader;
24
-use Symfony\Component\DependencyInjection\Reference;
22
+use Symfony\Component\DependencyInjection\DefinitionDecorator;
25 23
 use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
26 24
 use Symfony\Component\DependencyInjection\Exception\RuntimeException;
25
+use Symfony\Component\DependencyInjection\Loader\FileLoader;
26
+use Symfony\Component\DependencyInjection\Reference;
27 27
 use Symfony\Component\ExpressionLanguage\Expression;
28 28
 
29 29
 /**
Please login to merge, or discard this patch.
MultiContainerExtension/ServiceContainer/MultiContainerExtension.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,8 +16,8 @@
 block discarded – undo
16 16
 use Behat\Testwork\ServiceContainer\Extension;
17 17
 use Behat\Testwork\ServiceContainer\ExtensionManager;
18 18
 use Sylius\Behat\Extension\MultiContainerExtension\ContainerConfiguration;
19
-use Sylius\Behat\Extension\MultiContainerExtension\Context\Environment\Handler\ContextServiceEnvironmentHandler;
20 19
 use Sylius\Behat\Extension\MultiContainerExtension\ContextRegistry;
20
+use Sylius\Behat\Extension\MultiContainerExtension\Context\Environment\Handler\ContextServiceEnvironmentHandler;
21 21
 use Sylius\Behat\Extension\MultiContainerExtension\Loader\XmlFileLoader;
22 22
 use Sylius\Behat\Extension\MultiContainerExtension\ScopeManipulator;
23 23
 use Symfony\Bridge\ProxyManager\LazyProxy\Instantiator\RuntimeInstantiator;
Please login to merge, or discard this patch.
src/Sylius/Behat/Page/Admin/Customer/ShowPage.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 Sylius\Behat\Page\Admin\Customer;
13 13
 
14 14
 use Sylius\Behat\Page\SymfonyPage;
15
-use Webmozart\Assert\Assert;
16 15
 
17 16
 /**
18 17
  * @author Magdalena Banasiak <[email protected]>
Please login to merge, or discard this patch.
src/Sylius/Behat/Page/SymfonyPage.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\Element\NodeElement;
15 15
 use Behat\Mink\Session;
16
-use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
17
-use Symfony\Component\Routing\RequestContext;
18 16
 use Symfony\Component\Routing\RouterInterface;
19 17
 
20 18
 /**
Please login to merge, or discard this patch.
src/Sylius/Bundle/AddressingBundle/DependencyInjection/Configuration.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,8 +22,8 @@
 block discarded – undo
22 22
 use Sylius\Bundle\AddressingBundle\Form\Type\ZoneType;
23 23
 use Sylius\Bundle\ResourceBundle\Controller\ResourceController;
24 24
 use Sylius\Bundle\ResourceBundle\Form\Type\ResourceChoiceType;
25
-use Sylius\Bundle\ResourceBundle\SyliusResourceBundle;
26 25
 use Sylius\Bundle\ResourceBundle\Form\Type\ResourceFromIdentifierType;
26
+use Sylius\Bundle\ResourceBundle\SyliusResourceBundle;
27 27
 use Sylius\Component\Addressing\Model\Address;
28 28
 use Sylius\Component\Addressing\Model\AddressInterface;
29 29
 use Sylius\Component\Addressing\Model\Country;
Please login to merge, or discard this patch.
src/Sylius/Bundle/ReviewBundle/DependencyInjection/Configuration.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,8 +16,8 @@
 block discarded – undo
16 16
 use Sylius\Bundle\ReviewBundle\Doctrine\ORM\ReviewRepository;
17 17
 use Sylius\Bundle\ReviewBundle\Form\Type\ReviewType;
18 18
 use Sylius\Component\Resource\Factory\Factory;
19
-use Sylius\Component\Review\Model\ReviewerInterface;
20 19
 use Sylius\Component\Review\Model\ReviewInterface;
20
+use Sylius\Component\Review\Model\ReviewerInterface;
21 21
 use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition;
22 22
 use Symfony\Component\Config\Definition\Builder\TreeBuilder;
23 23
 use Symfony\Component\Config\Definition\ConfigurationInterface;
Please login to merge, or discard this patch.
src/Sylius/Bundle/SettingsBundle/Controller/SettingsController.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 Sylius\Bundle\SettingsBundle\Manager\SettingsManagerInterface;
17 17
 use Symfony\Component\HttpFoundation\Request;
18 18
 use Symfony\Component\HttpFoundation\Response;
19
-use Symfony\Component\OptionsResolver\Exception\MissingOptionsException;
20 19
 use Symfony\Component\Security\Core\Exception\AccessDeniedException;
21 20
 use Symfony\Component\Translation\TranslatorInterface;
22 21
 use Symfony\Component\Validator\Exception\ValidatorException;
Please login to merge, or discard this patch.
src/Sylius/Component/Core/Resolver/DefaultShippingMethodResolver.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 Sylius\Component\Core\Resolver;
13 13
 
14 14
 use Sylius\Component\Core\Model\ChannelInterface;
15
+use Sylius\Component\Core\Model\ShipmentInterface as CoreShipmentInterface;
15 16
 use Sylius\Component\Shipping\Exception\UnresolvedDefaultShippingMethodException;
16 17
 use Sylius\Component\Shipping\Model\ShipmentInterface;
17
-use Sylius\Component\Core\Model\ShipmentInterface as CoreShipmentInterface;
18 18
 use Sylius\Component\Shipping\Repository\ShippingMethodRepositoryInterface;
19 19
 use Sylius\Component\Shipping\Resolver\DefaultShippingMethodResolverInterface;
20 20
 use Webmozart\Assert\Assert;
Please login to merge, or discard this patch.