| @@ -13,8 +13,8 @@ | ||
| 13 | 13 | |
| 14 | 14 | use Sylius\Bundle\ResourceBundle\Form\Type\AbstractResourceType; | 
| 15 | 15 | use Symfony\Component\Form\Extension\Core\Type\ChoiceType; | 
| 16 | -use Symfony\Component\Form\Extension\Core\Type\TextareaType; | |
| 17 | 16 | use Symfony\Component\Form\Extension\Core\Type\TextType; | 
| 17 | +use Symfony\Component\Form\Extension\Core\Type\TextareaType; | |
| 18 | 18 | use Symfony\Component\Form\FormBuilderInterface; | 
| 19 | 19 | use Symfony\Component\OptionsResolver\OptionsResolver; | 
| 20 | 20 | use Symfony\Component\Validator\Constraints\Valid; | 
| @@ -16,8 +16,8 @@ | ||
| 16 | 16 | use Sylius\Bundle\ResourceBundle\SyliusResourceBundle; | 
| 17 | 17 | use Sylius\Bundle\ReviewBundle\Form\Type\ReviewType; | 
| 18 | 18 | use Sylius\Component\Resource\Factory\Factory; | 
| 19 | -use Sylius\Component\Review\Model\ReviewerInterface; | |
| 20 | 19 | use Sylius\Component\Review\Model\ReviewInterface; | 
| 20 | +use Sylius\Component\Review\Model\ReviewerInterface; | |
| 21 | 21 | use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition; | 
| 22 | 22 | use Symfony\Component\Config\Definition\Builder\TreeBuilder; | 
| 23 | 23 | use Symfony\Component\Config\Definition\ConfigurationInterface; | 
| @@ -14,7 +14,6 @@ | ||
| 14 | 14 | namespace Sylius\Bundle\CoreBundle\Collector; | 
| 15 | 15 | |
| 16 | 16 | use Sylius\Bundle\CoreBundle\Application\Kernel; | 
| 17 | -use Sylius\Component\Channel\Context\ChannelNotFoundException; | |
| 18 | 17 | use Sylius\Component\Core\Context\ShopperContextInterface; | 
| 19 | 18 | use Sylius\Component\Core\Model\ChannelInterface; | 
| 20 | 19 | use Sylius\Component\Currency\Context\CurrencyNotFoundException; | 
| @@ -13,8 +13,8 @@ | ||
| 13 | 13 | |
| 14 | 14 | namespace Sylius\Bundle\ReviewBundle\Updater; | 
| 15 | 15 | |
| 16 | -use Sylius\Component\Review\Model\ReviewableInterface; | |
| 17 | 16 | use Sylius\Component\Review\Model\ReviewInterface; | 
| 17 | +use Sylius\Component\Review\Model\ReviewableInterface; | |
| 18 | 18 | |
| 19 | 19 | interface ReviewableRatingUpdaterInterface | 
| 20 | 20 |  { | 
| @@ -19,8 +19,8 @@ | ||
| 19 | 19 | use Sylius\Component\Resource\Model\VersionedInterface; | 
| 20 | 20 | use Sylius\Component\Shipping\Model\ShippableInterface; | 
| 21 | 21 | use Sylius\Component\Shipping\Model\ShippingCategoryInterface; | 
| 22 | -use Sylius\Component\Taxation\Model\TaxableInterface; | |
| 23 | 22 | use Sylius\Component\Taxation\Model\TaxCategoryInterface; | 
| 23 | +use Sylius\Component\Taxation\Model\TaxableInterface; | |
| 24 | 24 | |
| 25 | 25 | interface ProductVariantInterface extends | 
| 26 | 26 | BaseVariantInterface, | 
| @@ -16,8 +16,8 @@ | ||
| 16 | 16 | use Sylius\Component\Addressing\Model\ZoneInterface; | 
| 17 | 17 | use Sylius\Component\Channel\Model\ChannelsAwareInterface; | 
| 18 | 18 | use Sylius\Component\Shipping\Model\ShippingMethodInterface as BaseShippingMethodInterface; | 
| 19 | -use Sylius\Component\Taxation\Model\TaxableInterface; | |
| 20 | 19 | use Sylius\Component\Taxation\Model\TaxCategoryInterface; | 
| 20 | +use Sylius\Component\Taxation\Model\TaxableInterface; | |
| 21 | 21 | |
| 22 | 22 | interface ShippingMethodInterface extends BaseShippingMethodInterface, TaxableInterface, ChannelsAwareInterface | 
| 23 | 23 |  { | 
| @@ -17,8 +17,8 @@ | ||
| 17 | 17 | use Sylius\Component\Channel\Model\ChannelsAwareInterface; | 
| 18 | 18 | use Sylius\Component\Product\Model\ProductInterface as BaseProductInterface; | 
| 19 | 19 | use Sylius\Component\Resource\Model\TranslationInterface; | 
| 20 | -use Sylius\Component\Review\Model\ReviewableInterface; | |
| 21 | 20 | use Sylius\Component\Review\Model\ReviewInterface; | 
| 21 | +use Sylius\Component\Review\Model\ReviewableInterface; | |
| 22 | 22 | |
| 23 | 23 | interface ProductInterface extends | 
| 24 | 24 | BaseProductInterface, | 
| @@ -13,8 +13,8 @@ | ||
| 13 | 13 | |
| 14 | 14 | namespace Sylius\Component\Taxation\Resolver; | 
| 15 | 15 | |
| 16 | -use Sylius\Component\Taxation\Model\TaxableInterface; | |
| 17 | 16 | use Sylius\Component\Taxation\Model\TaxRateInterface; | 
| 17 | +use Sylius\Component\Taxation\Model\TaxableInterface; | |
| 18 | 18 | |
| 19 | 19 | interface TaxRateResolverInterface | 
| 20 | 20 |  { | 
| @@ -18,15 +18,15 @@ | ||
| 18 | 18 | use Sylius\Behat\NotificationType; | 
| 19 | 19 | use Sylius\Behat\Page\Admin\Crud\CreatePageInterface; | 
| 20 | 20 | use Sylius\Behat\Page\Admin\Crud\UpdatePageInterface; | 
| 21 | +use Sylius\Behat\Page\Admin\ProductReview\IndexPageInterface as ProductReviewIndexPageInterface; | |
| 22 | +use Sylius\Behat\Page\Admin\ProductVariant\CreatePageInterface as VariantCreatePageInterface; | |
| 23 | +use Sylius\Behat\Page\Admin\ProductVariant\GeneratePageInterface; | |
| 21 | 24 | use Sylius\Behat\Page\Admin\Product\CreateConfigurableProductPageInterface; | 
| 22 | 25 | use Sylius\Behat\Page\Admin\Product\CreateSimpleProductPageInterface; | 
| 23 | 26 | use Sylius\Behat\Page\Admin\Product\IndexPageInterface; | 
| 24 | 27 | use Sylius\Behat\Page\Admin\Product\IndexPerTaxonPageInterface; | 
| 25 | 28 | use Sylius\Behat\Page\Admin\Product\UpdateConfigurableProductPageInterface; | 
| 26 | 29 | use Sylius\Behat\Page\Admin\Product\UpdateSimpleProductPageInterface; | 
| 27 | -use Sylius\Behat\Page\Admin\ProductReview\IndexPageInterface as ProductReviewIndexPageInterface; | |
| 28 | -use Sylius\Behat\Page\Admin\ProductVariant\CreatePageInterface as VariantCreatePageInterface; | |
| 29 | -use Sylius\Behat\Page\Admin\ProductVariant\GeneratePageInterface; | |
| 30 | 30 | use Sylius\Behat\Service\NotificationCheckerInterface; | 
| 31 | 31 | use Sylius\Behat\Service\Resolver\CurrentPageResolverInterface; | 
| 32 | 32 | use Sylius\Behat\Service\SharedStorageInterface; |