Completed
Push — master ( 4c004c...da2f6e )
by Kamil
13s
created
src/Sylius/Behat/spec/Context/Setup/TaxonomyContextSpec.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -18,8 +18,6 @@
 block discarded – undo
18 18
 use Sylius\Component\Core\Model\TaxonInterface;
19 19
 use Sylius\Component\Resource\Factory\FactoryInterface;
20 20
 use Sylius\Component\Resource\Repository\RepositoryInterface;
21
-use Sylius\Component\Taxonomy\Factory\TaxonFactoryInterface;
22
-use Sylius\Component\Taxonomy\Model\TaxonomyInterface;
23 21
 
24 22
 /**
25 23
  * @author Mateusz Zalewski <[email protected]>
Please login to merge, or discard this patch.
src/Sylius/Behat/spec/Context/Setup/ProductContextSpec.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/TaxonomyBundle/DependencyInjection/Configuration.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -16,8 +16,6 @@
 block discarded – undo
16 16
 use Sylius\Bundle\TaxonomyBundle\Form\Type\TaxonTranslationType;
17 17
 use Sylius\Bundle\TaxonomyBundle\Form\Type\TaxonType;
18 18
 use Sylius\Component\Resource\Factory\Factory;
19
-use Sylius\Component\Taxonomy\Factory\TaxonFactory;
20
-use Sylius\Component\Taxonomy\Factory\TaxonomyFactory;
21 19
 use Sylius\Component\Resource\Factory\TranslatableFactory;
22 20
 use Sylius\Component\Taxonomy\Model\Taxon;
23 21
 use Sylius\Component\Taxonomy\Model\TaxonInterface;
Please login to merge, or discard this patch.
src/Sylius/Behat/spec/Context/Ui/Admin/ManagingCountriesContextSpec.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\Context;
13 13
 
14 14
 use SensioLabs\Behat\PageObjectExtension\Context\PageObjectContext;
15
-use Sylius\Component\Core\Test\Services\SharedStorageInterface;
16 15
 use Behat\MinkExtension\Context\MinkAwareContext;
17 16
 use Behat\Mink\Mink;
18 17
 use Behat\Mink\Session;
Please login to merge, or discard this patch.