Completed
Push — resource-classnames ( 503d2e )
by Kamil
18:12
created
Bundle/ResourceBundle/Doctrine/ODM/MongoDB/TranslatableRepository.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,8 +12,8 @@
 block discarded – undo
12 12
 namespace Sylius\Bundle\ResourceBundle\Doctrine\ODM\MongoDB;
13 13
 
14 14
 use Doctrine\MongoDB\Query\Builder as QueryBuilder;
15
-use Sylius\Component\Resource\Translation\Provider\TranslationLocaleProviderInterface;
16 15
 use Sylius\Component\Resource\Repository\TranslatableRepositoryInterface;
16
+use Sylius\Component\Resource\Translation\Provider\TranslationLocaleProviderInterface;
17 17
 
18 18
 /**
19 19
  * Doctrine ORM driver translatable entity repository.
Please login to merge, or discard this patch.
src/Sylius/Bundle/ResourceBundle/EventListener/ORMTranslatableListener.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 use Sylius\Component\Resource\Metadata\RegistryInterface;
22 22
 use Sylius\Component\Resource\Model\TranslatableInterface;
23 23
 use Sylius\Component\Resource\Model\TranslationInterface;
24
-use Sylius\Component\Resource\Translation\Provider\TranslationLocaleProviderInterface;
25 24
 use Sylius\Component\Resource\Translation\TranslatableEntityLocaleAssignerInterface;
26 25
 use Symfony\Component\DependencyInjection\ContainerInterface;
27 26
 
Please login to merge, or discard this patch.
Sylius/Component/Core/Promotion/Action/DiscountPromotionActionCommand.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\Component\Core\Model\OrderInterface;
16 16
 use Sylius\Component\Core\Model\OrderItemInterface;
17 17
 use Sylius\Component\Core\Model\OrderItemUnitInterface;
18
-use Sylius\Component\Promotion\Action\PromotionActionCommandInterface;
19 18
 use Sylius\Component\Promotion\Model\PromotionInterface;
20 19
 use Sylius\Component\Promotion\Model\PromotionSubjectInterface;
21 20
 use Sylius\Component\Resource\Exception\UnexpectedTypeException;
Please login to merge, or discard this patch.
Component/Core/Promotion/Checker/Rule/TotalOfItemsFromTaxonRuleChecker.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 use Sylius\Component\Promotion\Action\PromotionActionInterface;
25 25
 use Sylius\Component\Promotion\Model\PromotionInterface;
26 26
 use Sylius\Component\Promotion\Model\PromotionSubjectInterface;
27
-use Sylius\Component\Resource\Exception\UnexpectedTypeException;
28 27
 
29 28
 /**
30 29
  * @mixin PercentageDiscountAction
Please login to merge, or discard this patch.
src/Sylius/Bundle/ResourceBundle/AbstractResourceBundle.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,8 +11,8 @@
 block discarded – undo
11 11
 
12 12
 namespace Sylius\Bundle\ResourceBundle;
13 13
 
14
-use Doctrine\Bundle\MongoDBBundle\DependencyInjection\Compiler\DoctrineMongoDBMappingsPass;
15 14
 use Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\DoctrineOrmMappingsPass;
15
+use Doctrine\Bundle\MongoDBBundle\DependencyInjection\Compiler\DoctrineMongoDBMappingsPass;
16 16
 use Doctrine\Bundle\PHPCRBundle\DependencyInjection\Compiler\DoctrinePhpcrMappingsPass;
17 17
 use Sylius\Bundle\ResourceBundle\DependencyInjection\Driver\Exception\UnknownDriverException;
18 18
 use Symfony\Component\Config\Definition\Exception\InvalidConfigurationException;
Please login to merge, or discard this patch.