Completed
Push — master ( 6279d8...15f84e )
by mark
30s queued 11s
created
Payment/src/Spryker/Zed/Payment/Business/Order/SalesPaymentSaver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
             ->requireIdSalesOrder();
46 46
 
47 47
         $idSalesOrder = $checkoutResponse->getSaveOrder()->getIdSalesOrder();
48
-        $this->handleDatabaseTransaction(function () use ($quoteTransfer, $idSalesOrder) {
48
+        $this->handleDatabaseTransaction(function() use ($quoteTransfer, $idSalesOrder) {
49 49
             $this->executeSavePaymentMethodsTransaction($quoteTransfer, $idSalesOrder);
50 50
         });
51 51
     }
Please login to merge, or discard this patch.
Bundles/Payment/src/Spryker/Zed/Payment/Business/PaymentBusinessFactory.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
      */
42 42
     public function getCheckoutPlugins()
43 43
     {
44
-         return $this->getProvidedDependency(PaymentDependencyProvider::CHECKOUT_PLUGINS);
44
+            return $this->getProvidedDependency(PaymentDependencyProvider::CHECKOUT_PLUGINS);
45 45
     }
46 46
 
47 47
     /**
Please login to merge, or discard this patch.
CmsContentWidgetProductSetConnectorDependencyProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,11 +25,11 @@
 block discarded – undo
25 25
      */
26 26
     public function provideDependencies(Container $container)
27 27
     {
28
-        $container[static::PRODUCT_SET_CLIENT] = function (Container $container) {
28
+        $container[static::PRODUCT_SET_CLIENT] = function(Container $container) {
29 29
             return new CmsContentWidgetProductSetConnectorToProductSetBridgeSet($container->getLocator()->productSet()->client());
30 30
         };
31 31
 
32
-        $container[static::PRODUCT_CLIENT] = function (Container $container) {
32
+        $container[static::PRODUCT_CLIENT] = function(Container $container) {
33 33
             return new CmsContentWidgetProductSetConnectorToProductBridge($container->getLocator()->product()->client());
34 34
         };
35 35
 
Please login to merge, or discard this patch.
CmsContentWidgetProductSetConnectorDependencyProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
      */
24 24
     public function providePersistenceLayerDependencies(Container $container)
25 25
     {
26
-        $container[static::QUERY_CONTAINER_PRODUCT_SET] = function (Container $container) {
26
+        $container[static::QUERY_CONTAINER_PRODUCT_SET] = function(Container $container) {
27 27
             return new CmsContentWidgetProductSetConnectorProductSetQueryContainerBridge(
28 28
                 $container->getLocator()->productSet()->queryContainer()
29 29
             );
Please login to merge, or discard this patch.
CmsContentWidgetProductConnector/Plugin/CmsProductContentWidgetPlugin.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -155,7 +155,7 @@
 block discarded – undo
155 155
      */
156 156
     protected function mapProductStorageTransfer(array $productData)
157 157
     {
158
-       //implement, this method is overwritten and provided in demoshop
158
+        //implement, this method is overwritten and provided in demoshop
159 159
         return (new StorageProductTransfer())->fromArray($productData, true);
160 160
     }
161 161
 
Please login to merge, or discard this patch.
CmsContentWidgetProductConnectorDependencyProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
      */
24 24
     public function provideDependencies(Container $container)
25 25
     {
26
-        $container[static::PRODUCT_CLIENT] = function (Container $container) {
26
+        $container[static::PRODUCT_CLIENT] = function(Container $container) {
27 27
             return new CmsContentWidgetProductConnectorToProductBridge($container->getLocator()->product()->client());
28 28
         };
29 29
 
Please login to merge, or discard this patch.
CmsContentWidgetProductConnectorDependencyProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
      */
24 24
     public function providePersistenceLayerDependencies(Container $container)
25 25
     {
26
-        $container[static::QUERY_CONTAINER_PRODUCT] = function (Container $container) {
26
+        $container[static::QUERY_CONTAINER_PRODUCT] = function(Container $container) {
27 27
             return new CmsContentWidgetProductConnectorToProductBridge(
28 28
                 $container->getLocator()->product()->queryContainer()
29 29
             );
Please login to merge, or discard this patch.
ProductSet/src/Spryker/Client/ProductSet/ProductSetDependencyProvider.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
      */
47 47
     protected function provideSearchClient(Container $container)
48 48
     {
49
-        $container[static::CLIENT_SEARCH] = function (Container $container) {
49
+        $container[static::CLIENT_SEARCH] = function(Container $container) {
50 50
             return $container->getLocator()->search()->client();
51 51
         };
52 52
     }
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
      */
59 59
     protected function provideProductSetListResultFormatterPlugins(Container $container)
60 60
     {
61
-        $container[static::PLUGIN_PRODUCT_SET_LIST_RESULT_FORMATTERS] = function (Container $container) {
61
+        $container[static::PLUGIN_PRODUCT_SET_LIST_RESULT_FORMATTERS] = function(Container $container) {
62 62
             return $this->getProductSetListResultFormatterPlugins();
63 63
         };
64 64
     }
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
      */
71 71
     protected function provideProductSetListQueryExpanderPlugins(Container $container)
72 72
     {
73
-        $container[static::PLUGIN_PRODUCT_SET_LIST_QUERY_EXPANDERS] = function (Container $container) {
73
+        $container[static::PLUGIN_PRODUCT_SET_LIST_QUERY_EXPANDERS] = function(Container $container) {
74 74
             return $this->getProductSetListQueryExpanderPlugins();
75 75
         };
76 76
     }
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
      */
99 99
     protected function provideStorageClient(Container $container)
100 100
     {
101
-        $container[static::CLIENT_STORAGE] = function (Container $container) {
101
+        $container[static::CLIENT_STORAGE] = function(Container $container) {
102 102
             return new ProductSetToStorageBridge($container->getLocator()->storage()->client());
103 103
         };
104 104
     }
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
      */
111 111
     protected function provideLocaleClient(Container $container)
112 112
     {
113
-        $container[static::CLIENT_LOCALE] = function (Container $container) {
113
+        $container[static::CLIENT_LOCALE] = function(Container $container) {
114 114
             return new ProductSetToLocaleBridge($container->getLocator()->locale()->client());
115 115
         };
116 116
     }
Please login to merge, or discard this patch.
Storage/tests/SprykerTest/Zed/Storage/_support/StorageBusinessTester.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 {
21 21
     use _generated\StorageBusinessTesterActions;
22 22
 
23
-   /**
24
-    * Define custom actions here
25
-    */
23
+    /**
24
+     * Define custom actions here
25
+     */
26 26
 }
Please login to merge, or discard this patch.