Failed Conditions
Push — master ( e0fde8...98a030 )
by
unknown
44:34 queued 15:21
created
Communication/Plugin/ShopApplication/ShopContextApplicationPlugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
      */
31 31
     public function provide(ContainerInterface $container): ContainerInterface
32 32
     {
33
-        $container->set(static::SERVICE_SHOP_CONTEXT, $container->factory(function ($container) {
33
+        $container->set(static::SERVICE_SHOP_CONTEXT, $container->factory(function($container) {
34 34
             return $this->getFactory()
35 35
                 ->createShopContextProvider()
36 36
                 ->provide();
Please login to merge, or discard this patch.
Communication/Plugin/ShopApplication/ShopContextApplicationPlugin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
      */
31 31
     public function provide(ContainerInterface $container): ContainerInterface
32 32
     {
33
-        $container->set(static::SERVICE_SHOP_CONTEXT, $container->factory(function ($container) {
33
+        $container->set(static::SERVICE_SHOP_CONTEXT, $container->factory(function($container) {
34 34
             return $this->getFactory()
35 35
                 ->createShopContextProvider()
36 36
                 ->provide();
Please login to merge, or discard this patch.
Shared/DiscountPromotion/_support/Helper/DiscountPromotionDataHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
     private function cleanupDiscountPromotion(DiscountPromotionTransfer $discountPromotionTransfer): void
68 68
     {
69 69
         $cleanupModule = $this->getDataCleanupHelper();
70
-        $cleanupModule->_addCleanup(function () use ($discountPromotionTransfer): void {
70
+        $cleanupModule->_addCleanup(function() use ($discountPromotionTransfer): void {
71 71
             $this->debug('Deleting DiscountPromotion: ' . $discountPromotionTransfer->getIdDiscountPromotion());
72 72
             $this->getDiscountPromotionQuery()
73 73
                 ->queryDiscountPromotionByIdDiscountPromotion($discountPromotionTransfer->getIdDiscountPromotion())
Please login to merge, or discard this patch.
Business/DiscountPromotionCreator/DiscountPromotionCreator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
         $discountPromotionTransfer->requireFkDiscount();
39 39
 
40 40
         return $this->getTransactionHandler()
41
-            ->handleTransaction(function () use ($discountPromotionTransfer) {
41
+            ->handleTransaction(function() use ($discountPromotionTransfer) {
42 42
                 return $this->discountPromotionEntityManager->createDiscountPromotion($discountPromotionTransfer);
43 43
             });
44 44
     }
Please login to merge, or discard this patch.
Business/DiscountPromotionUpdater/DiscountPromotionUpdater.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
         $discountPromotionTransfer->requireFkDiscount();
39 39
 
40 40
         return $this->getTransactionHandler()
41
-            ->handleTransaction(function () use ($discountPromotionTransfer) {
41
+            ->handleTransaction(function() use ($discountPromotionTransfer) {
42 42
                 return $this->discountPromotionEntityManager->updateDiscountPromotion($discountPromotionTransfer);
43 43
             });
44 44
     }
Please login to merge, or discard this patch.
src/Spryker/Zed/Shipment/Business/Shipment/ShipmentOrderHydrate.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -301,7 +301,7 @@
 block discarded – undo
301 301
      */
302 302
     protected function getOrderItemTransfersSortCallback(): Closure
303 303
     {
304
-        return function (ItemTransfer $itemTransferA, ItemTransfer $itemTransferB) {
304
+        return function(ItemTransfer $itemTransferA, ItemTransfer $itemTransferB) {
305 305
             if ($itemTransferA->getShipment() === null || $itemTransferB->getShipment() === null) {
306 306
                 return 0;
307 307
             }
Please login to merge, or discard this patch.
SprykerTest/Zed/GlossaryStorage/Business/GlossaryStorageFacadeTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
     {
41 41
         parent::setUp();
42 42
 
43
-        $this->tester->setDependency(QueueDependencyProvider::QUEUE_ADAPTERS, function (Container $container) {
43
+        $this->tester->setDependency(QueueDependencyProvider::QUEUE_ADAPTERS, function(Container $container) {
44 44
             return [
45 45
                 $container->getLocator()->rabbitMq()->client()->createQueueAdapter(),
46 46
             ];
Please login to merge, or discard this patch.
src/Spryker/Zed/PriceProduct/Persistence/PriceProductQueryContainer.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -257,7 +257,6 @@
 block discarded – undo
257 257
      * {@inheritDoc}
258 258
      *
259 259
      * @api
260
-
261 260
      * @return \Orm\Zed\PriceProduct\Persistence\SpyPriceProductQuery
262 261
      */
263 262
     public function queryPriceProduct(): SpyPriceProductQuery
Please login to merge, or discard this patch.
Zed/ProductPageSearch/Persistence/ProductPageSearchQueryContainer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
         array $productAbstractIds,
108 108
         StoreTransfer $storeTransfer
109 109
     ): SpyProductAbstractLocalizedAttributesQuery {
110
-        $storeLocaleIsoCodes = array_map(function (string $localeIsoCode) {
110
+        $storeLocaleIsoCodes = array_map(function(string $localeIsoCode) {
111 111
             return $localeIsoCode;
112 112
         }, $storeTransfer->getAvailableLocaleIsoCodes());
113 113
 
Please login to merge, or discard this patch.