Completed
Push — enigma ( 1853e7 )
by Kamil
24:39
created
Bundle/AdminApiBundle/Fixture/Factory/ApiAccessTokenExampleFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace Sylius\Bundle\AdminApiBundle\Fixture\Factory;
13 13
 
14
-use FOS\OAuthServerBundle\Model\ClientManagerInterface;
15 14
 use Sylius\Bundle\AdminApiBundle\Model\AccessTokenInterface;
16 15
 use Sylius\Bundle\AdminApiBundle\Model\ClientInterface;
17 16
 use Sylius\Bundle\AdminApiBundle\Model\UserInterface;
Please login to merge, or discard this patch.
tests/Controller/ProductVariantApiTest.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\Tests\Controller;
13 13
 
14 14
 use Lakion\ApiTestCase\JsonApiTestCase;
15
-use Sylius\Bundle\AdminApiBundle\Form\Type\ProductVariantType;
16 15
 use Sylius\Component\Core\Model\ProductInterface;
17 16
 use Sylius\Component\Core\Model\ProductVariantInterface;
18 17
 use Symfony\Component\HttpFoundation\Response;
Please login to merge, or discard this patch.
src/Sylius/Behat/Page/Admin/Promotion/CreatePage.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace Sylius\Behat\Page\Admin\Promotion;
13 13
 
14
-use Behat\Mink\Driver\Selenium2Driver;
15 14
 use Behat\Mink\Element\NodeElement;
16 15
 use Behat\Mink\Exception\ElementNotFoundException;
17 16
 use Sylius\Behat\Behaviour\NamesIt;
Please login to merge, or discard this patch.