@@ -16,9 +16,9 @@ |
||
16 | 16 | use Sylius\Component\Resource\Repository\RepositoryInterface; |
17 | 17 | use Sylius\Component\Review\Factory\ReviewFactory; |
18 | 18 | use Sylius\Component\Review\Factory\ReviewFactoryInterface; |
19 | +use Sylius\Component\Review\Model\ReviewInterface; |
|
19 | 20 | use Sylius\Component\Review\Model\ReviewableInterface; |
20 | 21 | use Sylius\Component\Review\Model\ReviewerInterface; |
21 | -use Sylius\Component\Review\Model\ReviewInterface; |
|
22 | 22 | |
23 | 23 | /** |
24 | 24 | * @mixin ReviewFactory |
@@ -12,9 +12,9 @@ |
||
12 | 12 | namespace spec\Sylius\Component\Review\Model; |
13 | 13 | |
14 | 14 | use PhpSpec\ObjectBehavior; |
15 | +use Sylius\Component\Review\Model\ReviewInterface; |
|
15 | 16 | use Sylius\Component\Review\Model\ReviewableInterface; |
16 | 17 | use Sylius\Component\Review\Model\ReviewerInterface; |
17 | -use Sylius\Component\Review\Model\ReviewInterface; |
|
18 | 18 | |
19 | 19 | /** |
20 | 20 | * @author Mateusz Zalewski <[email protected]> |
@@ -13,9 +13,9 @@ |
||
13 | 13 | |
14 | 14 | use PhpSpec\ObjectBehavior; |
15 | 15 | use Sylius\Component\Resource\Repository\RepositoryInterface; |
16 | -use Sylius\Component\Taxation\Model\TaxableInterface; |
|
17 | 16 | use Sylius\Component\Taxation\Model\TaxCategoryInterface; |
18 | 17 | use Sylius\Component\Taxation\Model\TaxRateInterface; |
18 | +use Sylius\Component\Taxation\Model\TaxableInterface; |
|
19 | 19 | use Sylius\Component\Taxation\Resolver\TaxRateResolverInterface; |
20 | 20 | |
21 | 21 | /** |