@@ -12,19 +12,15 @@ |
||
| 12 | 12 | namespace Sylius\Bundle\CoreBundle\Command; |
| 13 | 13 | |
| 14 | 14 | use Sylius\Component\Core\Model\AdminUserInterface; |
| 15 | -use Sylius\Component\Core\Model\ChannelInterface; |
|
| 16 | -use Sylius\Component\Currency\Model\CurrencyInterface; |
|
| 17 | 15 | use Sylius\Component\Locale\Model\LocaleInterface; |
| 18 | -use Sylius\Component\User\Model\UserInterface; |
|
| 19 | 16 | use Symfony\Component\Console\Helper\QuestionHelper; |
| 20 | 17 | use Symfony\Component\Console\Input\InputInterface; |
| 21 | 18 | use Symfony\Component\Console\Output\OutputInterface; |
| 22 | 19 | use Symfony\Component\Console\Question\Question; |
| 23 | 20 | use Symfony\Component\Console\Style\SymfonyStyle; |
| 24 | -use Symfony\Component\Intl\Intl; |
|
| 21 | +use Symfony\Component\Validator\ConstraintViolationListInterface; |
|
| 25 | 22 | use Symfony\Component\Validator\Constraints\Email; |
| 26 | 23 | use Symfony\Component\Validator\Constraints\NotBlank; |
| 27 | -use Symfony\Component\Validator\ConstraintViolationListInterface; |
|
| 28 | 24 | use Webmozart\Assert\Assert; |
| 29 | 25 | |
| 30 | 26 | /** |
@@ -30,11 +30,13 @@ |
||
| 30 | 30 | |
| 31 | 31 | /** |
| 32 | 32 | * @param ProductVariantInterface $productVariant |
| 33 | + * @return void |
|
| 33 | 34 | */ |
| 34 | 35 | public function addProductVariant(ProductVariantInterface $productVariant); |
| 35 | 36 | |
| 36 | 37 | /** |
| 37 | 38 | * @param ProductVariantInterface $productVariant |
| 39 | + * @return void |
|
| 38 | 40 | */ |
| 39 | 41 | public function removeProductVariant(ProductVariantInterface $productVariant); |
| 40 | 42 | |