Completed
Push — pull-request/8500 ( e49efc...54b484 )
by Kamil
36:05 queued 17:36
created
src/Sylius/Component/Attribute/AttributeType/IntegerAttributeType.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\Component\Attribute\AttributeType;
13 13
 
14 14
 use Sylius\Component\Attribute\Model\AttributeValueInterface;
15
-use Symfony\Component\Validator\Constraints\NotBlank;
16 15
 use Symfony\Component\Validator\ConstraintViolationListInterface;
16
+use Symfony\Component\Validator\Constraints\NotBlank;
17 17
 use Symfony\Component\Validator\Context\ExecutionContextInterface;
18 18
 
19 19
 /**
Please login to merge, or discard this patch.
Component/Core/Checker/OrderPaymentMethodSelectionRequirementChecker.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\Component\Core\Checker;
13 13
 
14 14
 use Sylius\Component\Core\Model\OrderInterface;
15
-use Sylius\Component\Core\Model\PaymentInterface;
16 15
 use Sylius\Component\Payment\Resolver\PaymentMethodsResolverInterface;
17 16
 
18 17
 /**
Please login to merge, or discard this patch.
src/Sylius/Component/Attribute/AttributeType/PercentAttributeType.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\Component\Attribute\AttributeType;
13 13
 
14 14
 use Sylius\Component\Attribute\Model\AttributeValueInterface;
15
-use Symfony\Component\Validator\Constraints\NotBlank;
16 15
 use Symfony\Component\Validator\ConstraintViolationListInterface;
16
+use Symfony\Component\Validator\Constraints\NotBlank;
17 17
 use Symfony\Component\Validator\Context\ExecutionContextInterface;
18 18
 
19 19
 /**
Please login to merge, or discard this patch.
src/Sylius/Component/Attribute/AttributeType/TextareaAttributeType.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\Component\Attribute\AttributeType;
13 13
 
14 14
 use Sylius\Component\Attribute\Model\AttributeValueInterface;
15
-use Symfony\Component\Validator\Constraints\NotBlank;
16 15
 use Symfony\Component\Validator\ConstraintViolationListInterface;
16
+use Symfony\Component\Validator\Constraints\NotBlank;
17 17
 use Symfony\Component\Validator\Context\ExecutionContextInterface;
18 18
 
19 19
 /**
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
 /**
Please login to merge, or discard this patch.
Bundle/ChannelBundle/spec/Context/FakeChannel/FakeChannelPersisterSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use PhpSpec\ObjectBehavior;
17 17
 use Prophecy\Argument;
18 18
 use Sylius\Bundle\ChannelBundle\Context\FakeChannel\FakeChannelCodeProviderInterface;
19
-use Sylius\Bundle\ChannelBundle\Context\FakeChannel\FakeChannelPersister;
20 19
 use Symfony\Component\HttpFoundation\Cookie;
21 20
 use Symfony\Component\HttpFoundation\Request;
22 21
 use Symfony\Component\HttpFoundation\Response;
Please login to merge, or discard this patch.
ResourceBundle/DependencyInjection/Driver/Doctrine/DoctrinePHPCRDriver.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -16,11 +16,8 @@
 block discarded – undo
16 16
 use Sylius\Bundle\ResourceBundle\Doctrine\ODM\PHPCR\EventListener\DefaultParentListener;
17 17
 use Sylius\Bundle\ResourceBundle\Doctrine\ODM\PHPCR\EventListener\NameFilterListener;
18 18
 use Sylius\Bundle\ResourceBundle\Doctrine\ODM\PHPCR\EventListener\NameResolverListener;
19
-use Sylius\Bundle\ResourceBundle\Doctrine\ODM\PHPCR\Form\Builder\DefaultFormBuilder;
20
-use Sylius\Bundle\ResourceBundle\Form\Type\DefaultResourceType;
21 19
 use Sylius\Bundle\ResourceBundle\SyliusResourceBundle;
22 20
 use Sylius\Component\Resource\Metadata\MetadataInterface;
23
-use Sylius\Component\Resource\Repository\TranslatableRepositoryInterface;
24 21
 use Symfony\Component\DependencyInjection\ContainerBuilder;
25 22
 use Symfony\Component\DependencyInjection\Definition;
26 23
 use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
Please login to merge, or discard this patch.
ResourceBundle/Form/DataTransformer/ResourceToIdentifierTransformer.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 namespace Sylius\Bundle\ResourceBundle\Form\DataTransformer;
15 15
 
16
-use Sylius\Component\Resource\Model\ResourceInterface;
17 16
 use Sylius\Component\Resource\Repository\RepositoryInterface;
18 17
 use Symfony\Component\Form\DataTransformerInterface;
19 18
 use Symfony\Component\Form\Exception\TransformationFailedException;
Please login to merge, or discard this patch.
src/Sylius/Bundle/ResourceBundle/spec/Controller/RedirectHandlerSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 namespace spec\Sylius\Bundle\ResourceBundle\Controller;
15 15
 
16 16
 use PhpSpec\ObjectBehavior;
17
-use Sylius\Bundle\ResourceBundle\Controller\RedirectHandler;
18 17
 use Sylius\Bundle\ResourceBundle\Controller\RedirectHandlerInterface;
19 18
 use Sylius\Bundle\ResourceBundle\Controller\RequestConfiguration;
20 19
 use Sylius\Component\Resource\Model\ResourceInterface;
Please login to merge, or discard this patch.