Completed
Push — 1.3 ( 398444...af1b9f )
by Kamil
27:59
created
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.
app/migrations/Version20161209095131.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -6,10 +6,6 @@
 block discarded – undo
6 6
 use Doctrine\DBAL\Schema\Schema;
7 7
 use Sylius\Component\Addressing\Model\Scope;
8 8
 use Sylius\Component\Addressing\Model\ZoneInterface;
9
-use Sylius\Component\Addressing\Model\ZoneMemberInterface;
10
-use Sylius\Component\Core\Formatter\StringInflector;
11
-use Sylius\Component\Core\Model\TaxRateInterface;
12
-use Sylius\Component\Resource\Model\CodeAwareInterface;
13 9
 use Symfony\Component\DependencyInjection\ContainerAwareInterface;
14 10
 use Symfony\Component\DependencyInjection\ContainerInterface;
15 11
 
Please login to merge, or discard this patch.
src/Kernel.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
 declare(strict_types=1);
13 13
 
14
-use ProxyManager\Proxy\VirtualProxyInterface;
15 14
 use PSS\SymfonyMockerContainer\DependencyInjection\MockerContainer;
15
+use ProxyManager\Proxy\VirtualProxyInterface;
16 16
 use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait;
17 17
 use Symfony\Component\Config\Loader\DelegatingLoader;
18 18
 use Symfony\Component\Config\Loader\LoaderInterface;
Please login to merge, or discard this patch.
src/Sylius/Component/Taxation/Resolver/TaxRateResolverInterface.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
 namespace Sylius\Component\Taxation\Resolver;
15 15
 
16
-use Sylius\Component\Taxation\Model\TaxableInterface;
17 16
 use Sylius\Component\Taxation\Model\TaxRateInterface;
17
+use Sylius\Component\Taxation\Model\TaxableInterface;
18 18
 
19 19
 interface TaxRateResolverInterface
20 20
 {
Please login to merge, or discard this patch.