Completed
Push — 1.7 ( b24154...f471ab )
by Kamil
10:04 queued 04:18
created
src/Sylius/Behat/Page/Shop/Cart/SummaryPage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -253,7 +253,7 @@
 block discarded – undo
253 253
     }
254 254
 
255 255
     /**
256
-     * @param string|array $selector
256
+     * @param string $selector
257 257
      *
258 258
      * @throws ElementNotFoundException
259 259
      */
Please login to merge, or discard this patch.
src/Sylius/Bundle/CoreBundle/Doctrine/ORM/OrderRepository.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,16 +16,15 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.