@@ -14,8 +14,8 @@ |
||
| 14 | 14 | namespace Sylius\Component\Taxation\Resolver; |
| 15 | 15 | |
| 16 | 16 | use Sylius\Component\Resource\Repository\RepositoryInterface; |
| 17 | -use Sylius\Component\Taxation\Model\TaxableInterface; |
|
| 18 | 17 | use Sylius\Component\Taxation\Model\TaxRateInterface; |
| 18 | +use Sylius\Component\Taxation\Model\TaxableInterface; |
|
| 19 | 19 | |
| 20 | 20 | class TaxRateResolver implements TaxRateResolverInterface |
| 21 | 21 | { |
@@ -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; |
@@ -15,8 +15,8 @@ |
||
| 15 | 15 | |
| 16 | 16 | use Sylius\Bundle\ResourceBundle\Form\Type\AbstractResourceType; |
| 17 | 17 | use Symfony\Component\Form\Extension\Core\Type\ChoiceType; |
| 18 | -use Symfony\Component\Form\Extension\Core\Type\TextareaType; |
|
| 19 | 18 | use Symfony\Component\Form\Extension\Core\Type\TextType; |
| 19 | +use Symfony\Component\Form\Extension\Core\Type\TextareaType; |
|
| 20 | 20 | use Symfony\Component\Form\FormBuilderInterface; |
| 21 | 21 | use Symfony\Component\OptionsResolver\OptionsResolver; |
| 22 | 22 | |