Completed
Push — master ( 91c399...5503b7 )
by Kamil
13s
created
src/Sylius/Behat/spec/Service/Setter/ChannelContextSetterSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace spec\Sylius\Behat\Page;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7 6
 use SensioLabs\Behat\PageObjectExtension\PageObject\PageObject;
8 7
 use Sylius\Behat\Page\Page;
9 8
 
Please login to merge, or discard this patch.
src/Sylius/Behat/spec/Service/Setter/CookieSetterSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace spec\Sylius\Behat\Page;
4 4
 
5 5
 use PhpSpec\ObjectBehavior;
6
-use Prophecy\Argument;
7 6
 use SensioLabs\Behat\PageObjectExtension\PageObject\PageObject;
8 7
 use Sylius\Behat\Page\Page;
9 8
 
Please login to merge, or discard this patch.
src/Sylius/Component/Product/Model/Product.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use Sylius\Component\Resource\Model\TimestampableTrait;
19 19
 use Sylius\Component\Resource\Model\ToggleableTrait;
20 20
 use Sylius\Component\Resource\Model\TranslatableTrait;
21
-use Sylius\Component\Resource\Model\TranslationInterface;
22 21
 use Sylius\Component\Variation\Model\OptionInterface as BaseOptionInterface;
23 22
 use Sylius\Component\Variation\Model\VariantInterface as BaseVariantInterface;
24 23
 
Please login to merge, or discard this patch.
src/Sylius/Behat/Page/Shop/Cart/SummaryPage.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
 use Behat\Mink\Exception\ElementNotFoundException;
15 15
 use Sylius\Behat\Page\SymfonyPage;
16
-use Symfony\Component\Routing\RouterInterface;
17 16
 
18 17
 /**
19 18
  * @author Mateusz Zalewski <[email protected]>
Please login to merge, or discard this patch.
src/Sylius/Bundle/PayumBundle/DependencyInjection/SyliusPayumExtension.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,8 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace Sylius\Bundle\PayumBundle\DependencyInjection;
13 13
 
14
-use Payum\Bundle\PayumBundle\DependencyInjection\MainConfiguration as PayumConfiguration;
15
-use Payum\Bundle\PayumBundle\DependencyInjection\PayumExtension;
16 14
 use Sylius\Bundle\ResourceBundle\DependencyInjection\Extension\AbstractResourceExtension;
17 15
 use Symfony\Component\Config\FileLocator;
18 16
 use Symfony\Component\DependencyInjection\ContainerBuilder;
Please login to merge, or discard this patch.
src/Sylius/Behat/Page/Admin/Product/CreateSimpleProductPage.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
 use Behat\Mink\Driver\Selenium2Driver;
15 15
 use Behat\Mink\Element\NodeElement;
16
-use Behat\Mink\Exception\ElementNotFoundException;
17 16
 use Sylius\Behat\Behaviour\SpecifiesItsCode;
18 17
 use Sylius\Behat\Page\Admin\Crud\CreatePage as BaseCreatePage;
19 18
 use Sylius\Component\Core\Model\ChannelInterface;
Please login to merge, or discard this patch.
src/Sylius/Bundle/MailerBundle/DependencyInjection/Configuration.php 1 patch
Unused Use Statements   -7 removed lines patch added patch discarded remove patch
@@ -11,13 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace Sylius\Bundle\MailerBundle\DependencyInjection;
13 13
 
14
-use Sylius\Bundle\MailerBundle\Form\Type\EmailType;
15
-use Sylius\Bundle\ResourceBundle\Controller\ResourceController;
16
-use Sylius\Bundle\ResourceBundle\Form\Type\ResourceChoiceType;
17
-use Sylius\Bundle\ResourceBundle\SyliusResourceBundle;
18
-use Sylius\Component\Mailer\Model\Email;
19
-use Sylius\Component\Mailer\Model\EmailInterface;
20
-use Sylius\Component\Resource\Factory\Factory;
21 14
 use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition;
22 15
 use Symfony\Component\Config\Definition\Builder\TreeBuilder;
23 16
 use Symfony\Component\Config\Definition\ConfigurationInterface;
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
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use Doctrine\ORM\QueryBuilder;
15 15
 use Sylius\Bundle\CartBundle\Doctrine\ORM\CartRepository;
16
-use Sylius\Component\Core\Model\ChannelInterface;
17 16
 use Sylius\Component\Core\Model\CouponInterface;
18 17
 use Sylius\Component\Core\Model\CustomerInterface;
19 18
 use Sylius\Component\Core\Model\OrderInterface;
Please login to merge, or discard this patch.
src/Sylius/Behat/Page/Admin/Taxon/CreatePage.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\Bundle\ProductBundle\Behat;
13 13
 
14 14
 use Behat\Gherkin\Node\TableNode;
15
-use Behat\Mink\Exception\UnsupportedDriverActionException;
16 15
 use Doctrine\Common\Collections\ArrayCollection;
17 16
 use Sylius\Bundle\AttributeBundle\AttributeType\CheckboxAttributeType;
18 17
 use Sylius\Bundle\ResourceBundle\Behat\DefaultContext;
Please login to merge, or discard this patch.