mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[CS][DX] Refactor
This commit is contained in:
parent
78ab2121ec
commit
a4d17db879
3 changed files with 3 additions and 3 deletions
|
|
@ -30,7 +30,9 @@ use Symfony\Component\Validator\Context\ExecutionContextInterface;
|
|||
final class OrderProductEligibilityValidatorTest extends TestCase
|
||||
{
|
||||
private MockObject|OrderRepositoryInterface $orderRepository;
|
||||
private MockObject|ExecutionContextInterface $context;
|
||||
|
||||
private ExecutionContextInterface|MockObject $context;
|
||||
|
||||
private OrderProductEligibilityValidator $validator;
|
||||
|
||||
protected function setUp(): void
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ declare(strict_types=1);
|
|||
namespace Sylius\Bundle\ApiBundle\Validator\Constraints;
|
||||
|
||||
use Sylius\Bundle\ApiBundle\Command\OrderTokenValueAwareInterface;
|
||||
use Sylius\Component\Core\Model\ChannelInterface;
|
||||
use Sylius\Component\Core\Model\OrderInterface;
|
||||
use Sylius\Component\Core\Model\OrderItemInterface;
|
||||
use Sylius\Component\Core\Repository\OrderRepositoryInterface;
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ declare(strict_types=1);
|
|||
|
||||
namespace Sylius\Bundle\CoreBundle\Validator\Constraints;
|
||||
|
||||
use Sylius\Component\Core\Model\ChannelInterface;
|
||||
use Sylius\Component\Core\Model\OrderInterface;
|
||||
use Sylius\Component\Core\Model\OrderItemInterface;
|
||||
use Symfony\Component\Validator\Constraint;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue