Completed
Push — 1.0-remove-composer-lock ( a44571 )
by Kamil
45:19
created
src/Sylius/Component/Core/Model/ShippingMethodInterface.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\Component\Addressing\Model\ZoneInterface;
17 17
 use Sylius\Component\Channel\Model\ChannelsAwareInterface;
18 18
 use Sylius\Component\Shipping\Model\ShippingMethodInterface as BaseShippingMethodInterface;
19
-use Sylius\Component\Taxation\Model\TaxableInterface;
20 19
 use Sylius\Component\Taxation\Model\TaxCategoryInterface;
20
+use Sylius\Component\Taxation\Model\TaxableInterface;
21 21
 
22 22
 interface ShippingMethodInterface extends BaseShippingMethodInterface, TaxableInterface, ChannelsAwareInterface
23 23
 {
Please login to merge, or discard this patch.
app/TestAppKernel.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,8 +13,8 @@
 block discarded – undo
13 13
 
14 14
 require_once __DIR__.'/AppKernel.php';
15 15
 
16
-use ProxyManager\Proxy\VirtualProxyInterface;
17 16
 use PSS\SymfonyMockerContainer\DependencyInjection\MockerContainer;
17
+use ProxyManager\Proxy\VirtualProxyInterface;
18 18
 use Symfony\Component\DependencyInjection\ContainerInterface;
19 19
 
20 20
 class TestAppKernel extends AppKernel
Please login to merge, or discard this patch.
src/Sylius/Component/Core/Model/ProductInterface.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,8 +17,8 @@
 block discarded – undo
17 17
 use Sylius\Component\Channel\Model\ChannelsAwareInterface;
18 18
 use Sylius\Component\Product\Model\ProductInterface as BaseProductInterface;
19 19
 use Sylius\Component\Resource\Model\TranslationInterface;
20
-use Sylius\Component\Review\Model\ReviewableInterface;
21 20
 use Sylius\Component\Review\Model\ReviewInterface;
21
+use Sylius\Component\Review\Model\ReviewableInterface;
22 22
 
23 23
 interface ProductInterface extends
24 24
     BaseProductInterface,
Please login to merge, or discard this patch.
src/Sylius/Behat/Page/Admin/Product/CreateSimpleProductPage.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\Behat\Behaviour\SpecifiesItsCode;
19 19
 use Sylius\Behat\Page\Admin\Crud\CreatePage as BaseCreatePage;
20 20
 use Sylius\Behat\Service\SlugGenerationHelper;
21
-use Sylius\Component\Core\Model\ChannelInterface;
22
-use Sylius\Component\Currency\Model\CurrencyInterface;
23 21
 use Sylius\Component\Product\Model\ProductAssociationTypeInterface;
24 22
 use Webmozart\Assert\Assert;
25 23
 
Please login to merge, or discard this patch.
src/Sylius/Behat/Page/Admin/Product/CreateSimpleProductPageInterface.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -14,8 +14,6 @@
 block discarded – undo
14 14
 namespace Sylius\Behat\Page\Admin\Product;
15 15
 
16 16
 use Sylius\Behat\Page\Admin\Crud\CreatePageInterface as BaseCreatePageInterface;
17
-use Sylius\Component\Core\Model\ChannelInterface;
18
-use Sylius\Component\Currency\Model\CurrencyInterface;
19 17
 use Sylius\Component\Product\Model\ProductAssociationTypeInterface;
20 18
 
21 19
 interface CreateSimpleProductPageInterface extends BaseCreatePageInterface
Please login to merge, or discard this patch.
src/Sylius/Behat/Page/Admin/ProductVariant/CreatePageInterface.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -14,8 +14,6 @@
 block discarded – undo
14 14
 namespace Sylius\Behat\Page\Admin\ProductVariant;
15 15
 
16 16
 use Sylius\Behat\Page\Admin\Crud\CreatePageInterface as BaseCreatePageInterface;
17
-use Sylius\Component\Core\Model\ChannelInterface;
18
-use Sylius\Component\Currency\Model\CurrencyInterface;
19 17
 
20 18
 interface CreatePageInterface extends BaseCreatePageInterface
21 19
 {
Please login to merge, or discard this patch.