@@ -18,7 +18,6 @@ |
||
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 |
@@ -18,7 +18,6 @@ |
||
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 |
@@ -18,7 +18,6 @@ |
||
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 |
@@ -18,7 +18,6 @@ |
||
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 |
@@ -12,8 +12,6 @@ |
||
12 | 12 | namespace Sylius\Behat\Page\Shop\Product; |
13 | 13 | |
14 | 14 | use Behat\Mink\Driver\Selenium2Driver; |
15 | -use Behat\Mink\Element\NodeElement; |
|
16 | -use Behat\Mink\Exception\ElementNotFoundException; |
|
17 | 15 | use Sylius\Behat\Page\SymfonyPage; |
18 | 16 | use Sylius\Component\Product\Model\ProductInterface; |
19 | 17 | use Sylius\Component\Product\Model\ProductOptionInterface; |
@@ -15,8 +15,6 @@ |
||
15 | 15 | use Symfony\Component\Config\FileLocator; |
16 | 16 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
17 | 17 | use Symfony\Component\DependencyInjection\Loader\XmlFileLoader; |
18 | -use Symfony\Component\DependencyInjection\Parameter; |
|
19 | -use Symfony\Component\DependencyInjection\Reference; |
|
20 | 18 | |
21 | 19 | /** |
22 | 20 | * @author Paweł Jędrzejewski <[email protected]> |
@@ -23,7 +23,6 @@ |
||
23 | 23 | use Sylius\Component\Order\Modifier\OrderModifierInterface; |
24 | 24 | use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
25 | 25 | use Symfony\Component\Form\FormFactoryInterface; |
26 | -use Symfony\Component\HttpFoundation\JsonResponse; |
|
27 | 26 | use Symfony\Component\HttpFoundation\RedirectResponse; |
28 | 27 | use Symfony\Component\HttpFoundation\Request; |
29 | 28 | use Symfony\Component\HttpFoundation\Response; |
@@ -11,7 +11,6 @@ |
||
11 | 11 | |
12 | 12 | namespace Sylius\Bundle\LocaleBundle\DependencyInjection; |
13 | 13 | |
14 | -use Sylius\Bundle\LocaleBundle\Form\Type\LocaleChoiceType; |
|
15 | 14 | use Sylius\Bundle\LocaleBundle\Form\Type\LocaleType; |
16 | 15 | use Sylius\Bundle\ResourceBundle\Controller\ResourceController; |
17 | 16 | use Sylius\Bundle\ResourceBundle\SyliusResourceBundle; |
@@ -15,7 +15,6 @@ |
||
15 | 15 | use Symfony\Component\Config\FileLocator; |
16 | 16 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
17 | 17 | use Symfony\Component\DependencyInjection\Loader\XmlFileLoader; |
18 | -use Symfony\Component\DependencyInjection\Reference; |
|
19 | 18 | |
20 | 19 | /** |
21 | 20 | * @author Paweł Jędrzejewski <[email protected]> |