Completed
Push — master ( 0916fa...5a50ca )
by Michał
17s
created
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/Behat/Context/Cli/InstallerContext.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use Sylius\Bundle\ResourceBundle\Behat\DefaultContext;
16 16
 use Symfony\Component\Console\Application;
17 17
 use Symfony\Component\Console\Tester\CommandTester;
18
-use Symfony\Component\EventDispatcher\EventDispatcher;
19 18
 use Symfony\Component\HttpKernel\Kernel;
20 19
 
21 20
 /**
Please login to merge, or discard this patch.
src/Sylius/Behat/spec/Service/Setter/ChannelContextSetterSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace spec\Sylius\Behat\Page;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7 6
 use SensioLabs\Behat\PageObjectExtension\PageObject\PageObject;
8 7
 use Sylius\Behat\Page\Page;
9 8
 
Please login to merge, or discard this patch.
src/Sylius/Behat/spec/Service/Setter/CookieSetterSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace spec\Sylius\Behat\Page;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7 6
 use SensioLabs\Behat\PageObjectExtension\PageObject\PageObject;
8 7
 use Sylius\Behat\Page\Page;
9 8
 
Please login to merge, or discard this patch.
src/Sylius/Behat/Context/Setup/ShippingContext.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 use Sylius\Component\Promotion\Model\PromotionInterface;
21 21
 use Sylius\Component\Promotion\Model\PromotionSubjectInterface;
22 22
 use Sylius\Component\Resource\Factory\FactoryInterface;
23
-use Sylius\Component\Resource\Repository\RepositoryInterface;
24 23
 use Sylius\Component\Resource\Exception\UnexpectedTypeException;
25 24
 
26 25
 /**
Please login to merge, or discard this patch.
src/Sylius/Bundle/GridBundle/Doctrine/PHPCRODM/DataSource.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,10 +11,8 @@
 block discarded – undo
11 11
 
12 12
 namespace Sylius\Bundle\GridBundle\Doctrine\PHPCR;
13 13
 
14
-use Pagerfanta\Adapter\DoctrineORMAdapter;
15 14
 use Pagerfanta\Pagerfanta;
16 15
 use Sylius\Component\Grid\Data\DataSourceInterface;
17
-use Sylius\Component\Grid\Data\ExpressionBuilderInterface;
18 16
 use Sylius\Component\Grid\Parameters;
19 17
 use Doctrine\ODM\PHPCR\Query\Builder\QueryBuilder;
20 18
 use Pagerfanta\Adapter\DoctrineODMPhpcrAdapter;
Please login to merge, or discard this patch.
src/Sylius/Bundle/GridBundle/Doctrine/PHPCRODM/ExpressionBuilder.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\Bundle\GridBundle\Doctrine\PHPCR;
13 13
 
14 14
 use Sylius\Component\Grid\Data\ExpressionBuilderInterface;
15
-use Doctrine\ODM\PHPCR\Query\Builder\QueryBuilder;
16 15
 use Doctrine\Common\Collections\CollectionsExpressionBuilder;
17 16
 
18 17
 /**
Please login to merge, or discard this patch.
src/Sylius/Bundle/InstallerBundle/Command/SetupCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use Symfony\Component\Console\Input\InputInterface;
18 18
 use Symfony\Component\Console\Output\OutputInterface;
19 19
 use Symfony\Component\Intl\Intl;
20
-use Symfony\Component\Validator\Constraints\Currency;
21 20
 use Symfony\Component\Validator\Constraints\Email;
22 21
 use Symfony\Component\Validator\Constraints\NotBlank;
23 22
 
Please login to merge, or discard this patch.
src/Sylius/Component/Core/Model/ProductVariant.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\Component\Core\Pricing\Calculators;
17 17
 use Sylius\Component\Product\Model\Variant as BaseVariant;
18 18
 use Sylius\Component\Taxation\Model\TaxCategoryInterface;
19
-use Sylius\Component\Variation\Model\VariantInterface as BaseVariantInterface;
20 19
 
21 20
 /**
22 21
  * @author Paweł Jędrzejewski <[email protected]>
Please login to merge, or discard this patch.