Completed
Push — symfony3-travis-logs ( 5d92be )
by Kamil
36:50 queued 19:53
created
src/Sylius/Bundle/AttributeBundle/DependencyInjection/Configuration.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -11,12 +11,7 @@
 block discarded – undo
11 11
 
12 12
 namespace Sylius\Bundle\AttributeBundle\DependencyInjection;
13 13
 
14
-use Sylius\Bundle\AttributeBundle\Controller\ProductAttributeController;
15
-use Sylius\Bundle\AttributeBundle\Form\Type\AttributeTranslationType;
16
-use Sylius\Bundle\AttributeBundle\Form\Type\AttributeType;
17
-use Sylius\Bundle\AttributeBundle\Form\Type\AttributeValueType;
18 14
 use Sylius\Bundle\ResourceBundle\Controller\ResourceController;
19
-use Sylius\Bundle\ResourceBundle\Form\Type\ResourceChoiceType;
20 15
 use Sylius\Bundle\ResourceBundle\SyliusResourceBundle;
21 16
 use Sylius\Component\Attribute\Model\Attribute;
22 17
 use Sylius\Component\Attribute\Model\AttributeInterface;
Please login to merge, or discard this patch.
src/Sylius/Component/Core/Model/ProductInterface.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Sylius\Component\Channel\Model\ChannelsAwareInterface;
15 15
 use Sylius\Component\Product\Model\ProductInterface as BaseProductInterface;
16 16
 use Sylius\Component\Review\Model\ReviewableInterface;
17
-use Sylius\Component\Shipping\Model\ShippingCategoryInterface;
18 17
 
19 18
 /**
20 19
  * @author Paweł Jędrzejewski <[email protected]>
Please login to merge, or discard this patch.
src/Sylius/Component/Core/Model/Product.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Sylius\Component\Channel\Model\ChannelsAwareInterface;
15 15
 use Sylius\Component\Product\Model\ProductInterface as BaseProductInterface;
16 16
 use Sylius\Component\Review\Model\ReviewableInterface;
17
-use Sylius\Component\Shipping\Model\ShippingCategoryInterface;
18 17
 
19 18
 /**
20 19
  * @author Paweł Jędrzejewski <[email protected]>
Please login to merge, or discard this patch.
Sylius/Bundle/ResourceBundle/DependencyInjection/Driver/AbstractDriver.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\Resource\Metadata\MetadataInterface;
18 18
 use Symfony\Component\DependencyInjection\ContainerBuilder;
19 19
 use Symfony\Component\DependencyInjection\Definition;
20
-use Symfony\Component\DependencyInjection\Parameter;
21 20
 use Symfony\Component\DependencyInjection\Reference;
22 21
 
23 22
 /**
Please login to merge, or discard this patch.
src/Sylius/Bundle/CoreBundle/Command/AbstractInstallCommand.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -13,11 +13,8 @@
 block discarded – undo
13 13
 
14 14
 use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand;
15 15
 use Symfony\Component\Console\Helper\ProgressBar;
16
-use Symfony\Component\Console\Helper\QuestionHelper;
17 16
 use Symfony\Component\Console\Input\InputInterface;
18 17
 use Symfony\Component\Console\Output\OutputInterface;
19
-use Symfony\Component\Console\Question\Question;
20
-use Symfony\Component\Validator\ConstraintViolationList;
21 18
 
22 19
 abstract class AbstractInstallCommand extends ContainerAwareCommand
23 20
 {
Please login to merge, or discard this patch.
src/Sylius/Bundle/CoreBundle/Command/SetupCommand.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,9 +20,9 @@
 block discarded – undo
20 20
 use Symfony\Component\Console\Output\OutputInterface;
21 21
 use Symfony\Component\Console\Question\Question;
22 22
 use Symfony\Component\Intl\Intl;
23
+use Symfony\Component\Validator\ConstraintViolationListInterface;
23 24
 use Symfony\Component\Validator\Constraints\Email;
24 25
 use Symfony\Component\Validator\Constraints\NotBlank;
25
-use Symfony\Component\Validator\ConstraintViolationListInterface;
26 26
 
27 27
 /**
28 28
  * @author Paweł Jędrzejewski <[email protected]>
Please login to merge, or discard this patch.
src/Sylius/Behat/Context/Ui/Admin/ManagingOrdersContext.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 use Sylius\Behat\Service\SharedSecurityServiceInterface;
21 21
 use Sylius\Behat\Service\SharedStorageInterface;
22 22
 use Sylius\Component\Addressing\Model\AddressInterface;
23
-use Sylius\Component\Core\Formatter\StringInflector;
24 23
 use Sylius\Component\Core\Model\AdminUserInterface;
25 24
 use Sylius\Component\Core\Model\CustomerInterface;
26 25
 use Sylius\Component\Core\Model\OrderInterface;
Please login to merge, or discard this patch.