@@ -253,7 +253,7 @@ |
||
253 | 253 | } |
254 | 254 | |
255 | 255 | /** |
256 | - * @param string|array $selector |
|
256 | + * @param string $selector |
|
257 | 257 | * |
258 | 258 | * @throws ElementNotFoundException |
259 | 259 | */ |
@@ -16,16 +16,15 @@ |
||
16 | 16 | use Doctrine\ORM\EntityManager; |
17 | 17 | use Doctrine\ORM\Mapping; |
18 | 18 | use Doctrine\ORM\QueryBuilder; |
19 | +use SyliusLabs\AssociationHydrator\AssociationHydrator; |
|
19 | 20 | use Sylius\Bundle\OrderBundle\Doctrine\ORM\OrderRepository as BaseOrderRepository; |
20 | 21 | use Sylius\Component\Core\Model\ChannelInterface; |
21 | 22 | use Sylius\Component\Core\Model\CustomerInterface; |
22 | -use Sylius\Component\Core\Model\Order; |
|
23 | 23 | use Sylius\Component\Core\Model\OrderInterface; |
24 | 24 | use Sylius\Component\Core\Model\PromotionCouponInterface; |
25 | 25 | use Sylius\Component\Core\OrderCheckoutStates; |
26 | 26 | use Sylius\Component\Core\OrderPaymentStates; |
27 | 27 | use Sylius\Component\Core\Repository\OrderRepositoryInterface; |
28 | -use SyliusLabs\AssociationHydrator\AssociationHydrator; |
|
29 | 28 | |
30 | 29 | class OrderRepository extends BaseOrderRepository implements OrderRepositoryInterface |
31 | 30 | { |