Completed
Push — symfony3 ( e0eba1...caef5f )
by Kamil
57:42 queued 38:28
created
src/Sylius/Component/Mailer/Model/EmailInterface.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -11,11 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace Sylius\Component\Mailer\Model;
13 13
 
14
-use Sylius\Component\Resource\Model\CodeAwareInterface;
15
-use Sylius\Component\Resource\Model\ResourceInterface;
16
-use Sylius\Component\Resource\Model\TimestampableInterface;
17
-use Sylius\Component\Resource\Model\ToggleableInterface;
18
-
19 14
 /**
20 15
  * @author Paweł Jędrzejewski <[email protected]>
21 16
  */
Please login to merge, or discard this patch.
src/Sylius/Behat/Context/Ui/Admin/ManagingProductsContext.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,17 +15,17 @@
 block discarded – undo
15 15
 use Sylius\Behat\NotificationType;
16 16
 use Sylius\Behat\Page\Admin\Crud\CreatePageInterface;
17 17
 use Sylius\Behat\Page\Admin\Crud\UpdatePageInterface;
18
+use Sylius\Behat\Page\Admin\ProductReview\IndexPageInterface as ProductReviewIndexPageInterface;
18 19
 use Sylius\Behat\Page\Admin\Product\CreateConfigurableProductPageInterface;
19 20
 use Sylius\Behat\Page\Admin\Product\CreateSimpleProductPageInterface;
20 21
 use Sylius\Behat\Page\Admin\Product\IndexPageInterface;
21 22
 use Sylius\Behat\Page\Admin\Product\UpdateConfigurableProductPageInterface;
22 23
 use Sylius\Behat\Page\Admin\Product\UpdateSimpleProductPageInterface;
23
-use Sylius\Behat\Page\Admin\ProductReview\IndexPageInterface as ProductReviewIndexPageInterface;
24 24
 use Sylius\Behat\Service\NotificationCheckerInterface;
25 25
 use Sylius\Behat\Service\Resolver\CurrentProductPageResolverInterface;
26
+use Sylius\Behat\Service\SharedStorageInterface;
26 27
 use Sylius\Component\Core\Model\ChannelInterface;
27 28
 use Sylius\Component\Core\Model\ProductInterface;
28
-use Sylius\Behat\Service\SharedStorageInterface;
29 29
 use Sylius\Component\Currency\Model\CurrencyInterface;
30 30
 use Sylius\Component\Product\Model\ProductAssociationTypeInterface;
31 31
 use Sylius\Component\Taxonomy\Model\TaxonInterface;
Please login to merge, or discard this patch.
src/Sylius/Bundle/ResourceBundle/spec/Controller/ResourceControllerSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,6 @@
 block discarded – undo
36 36
 use Sylius\Component\Resource\Repository\RepositoryInterface;
37 37
 use Sylius\Component\Resource\ResourceActions;
38 38
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
39
-use Symfony\Component\DependencyInjection\ContainerAware;
40 39
 use Symfony\Component\Form\Form;
41 40
 use Symfony\Component\Form\FormView;
42 41
 use Symfony\Component\HttpFoundation\Request;
Please login to merge, or discard this patch.
src/Sylius/Bundle/ProductBundle/DependencyInjection/Configuration.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,13 +13,13 @@
 block discarded – undo
13 13
 
14 14
 use Sylius\Bundle\ProductBundle\Form\Type\ProductAssociationType;
15 15
 use Sylius\Bundle\ProductBundle\Form\Type\ProductAssociationTypeType;
16
+use Sylius\Bundle\ProductBundle\Form\Type\ProductGenerateVariantsType;
16 17
 use Sylius\Bundle\ProductBundle\Form\Type\ProductOptionTranslationType;
17 18
 use Sylius\Bundle\ProductBundle\Form\Type\ProductOptionType;
18 19
 use Sylius\Bundle\ProductBundle\Form\Type\ProductOptionValueTranslationType;
19 20
 use Sylius\Bundle\ProductBundle\Form\Type\ProductOptionValueType;
20 21
 use Sylius\Bundle\ProductBundle\Form\Type\ProductTranslationType;
21 22
 use Sylius\Bundle\ProductBundle\Form\Type\ProductType;
22
-use Sylius\Bundle\ProductBundle\Form\Type\ProductGenerateVariantsType;
23 23
 use Sylius\Bundle\ProductBundle\Form\Type\ProductVariantGenerationType;
24 24
 use Sylius\Bundle\ProductBundle\Form\Type\ProductVariantType;
25 25
 use Sylius\Bundle\ResourceBundle\Controller\ResourceController;
Please login to merge, or discard this patch.
src/Sylius/Component/Product/Checker/ProductVariantsParityChecker.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/Context/Setup/ShippingContext.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 Sylius\Component\Addressing\Model\ZoneInterface;
18 18
 use Sylius\Component\Addressing\Repository\ZoneRepositoryInterface;
19 19
 use Sylius\Component\Core\Formatter\StringInflector;
20
-use Sylius\Component\Core\Model\ChannelInterface;
21 20
 use Sylius\Component\Core\Model\ShippingMethodInterface;
22 21
 use Sylius\Component\Resource\Factory\FactoryInterface;
23 22
 use Sylius\Component\Shipping\Calculator\DefaultCalculators;
Please login to merge, or discard this patch.
src/Sylius/Behat/Context/Setup/PaymentContext.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 Sylius\Component\Addressing\Model\ZoneInterface;
18 18
 use Sylius\Component\Addressing\Repository\ZoneRepositoryInterface;
19 19
 use Sylius\Component\Core\Formatter\StringInflector;
20
-use Sylius\Component\Core\Model\ChannelInterface;
21 20
 use Sylius\Component\Core\Model\ShippingMethodInterface;
22 21
 use Sylius\Component\Resource\Factory\FactoryInterface;
23 22
 use Sylius\Component\Shipping\Calculator\DefaultCalculators;
Please login to merge, or discard this patch.
src/Sylius/Bundle/CoreBundle/Controller/OrderController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,9 +11,7 @@
 block discarded – undo
11 11
 
12 12
 namespace Sylius\Bundle\CoreBundle\Controller;
13 13
 
14
-use Doctrine\ORM\EntityManager;
15 14
 use FOS\RestBundle\View\View;
16
-use Payum\Core\Registry\RegistryInterface;
17 15
 use Sylius\Bundle\ResourceBundle\Controller\RequestConfiguration;
18 16
 use Sylius\Bundle\ResourceBundle\Controller\ResourceController;
19 17
 use Sylius\Component\Order\Context\CartContextInterface;
Please login to merge, or discard this patch.
src/Sylius/Bundle/PromotionBundle/DependencyInjection/Configuration.php 1 patch
Unused Use Statements   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -14,16 +14,15 @@
 block discarded – undo
14 14
 use Sylius\Bundle\PromotionBundle\Controller\PromotionCouponController;
15 15
 use Sylius\Bundle\PromotionBundle\Form\Type\PromotionActionType;
16 16
 use Sylius\Bundle\PromotionBundle\Form\Type\PromotionCouponType;
17
-use Sylius\Bundle\PromotionBundle\Form\Type\PromotionType;
18 17
 use Sylius\Bundle\PromotionBundle\Form\Type\PromotionRuleType;
18
+use Sylius\Bundle\PromotionBundle\Form\Type\PromotionType;
19 19
 use Sylius\Bundle\ResourceBundle\Controller\ResourceController;
20
-use Sylius\Bundle\ResourceBundle\Form\Type\ResourceChoiceType;
21 20
 use Sylius\Bundle\ResourceBundle\SyliusResourceBundle;
21
+use Sylius\Component\Promotion\Model\Promotion;
22 22
 use Sylius\Component\Promotion\Model\PromotionAction;
23 23
 use Sylius\Component\Promotion\Model\PromotionActionInterface;
24 24
 use Sylius\Component\Promotion\Model\PromotionCoupon;
25 25
 use Sylius\Component\Promotion\Model\PromotionCouponInterface;
26
-use Sylius\Component\Promotion\Model\Promotion;
27 26
 use Sylius\Component\Promotion\Model\PromotionInterface;
28 27
 use Sylius\Component\Promotion\Model\PromotionRule;
29 28
 use Sylius\Component\Promotion\Model\PromotionRuleInterface;
Please login to merge, or discard this patch.