Completed
Push — master ( f49a7d...951264 )
by Kamil
01:21 queued 12s
created
src/Sylius/Behat/Context/Api/Shop/LocaleContext.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      */
39 39
     public function iGetAvailableLocales(): void
40 40
     {
41
-       $this->client->index();
41
+        $this->client->index();
42 42
     }
43 43
 
44 44
     /**
Please login to merge, or discard this patch.
Bundle/ApiBundle/Tests/CommandHandler/ChangeAddressOrderHandlerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
         $orderRepository = $container->get('sylius.repository.order');
48 48
 
49 49
         /** @var FactoryInterface $customerFactory */
50
-        $customerFactory =  $container->get('sylius.factory.customer');
50
+        $customerFactory = $container->get('sylius.factory.customer');
51 51
 
52 52
         /** @var ObjectManager $manager */
53 53
         $manager = $container->get('doctrine.orm.default_entity_manager');
Please login to merge, or discard this patch.