Passed
Push — master ( 902a44...7e7d16 )
by mark
01:27
created
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.
Zed/ProductManagement/Persistence/ProductManagementQueryContainer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
      * @param int $idProductManagementAttribute
47 47
      * @param int $idLocale
48 48
      *
49
-     * @return \Orm\Zed\ProductAttribute\Persistence\SpyProductManagementAttributeValueQuery
49
+     * @return string
50 50
      */
51 51
     public function queryProductManagementAttributeValueWithTranslation($idProductManagementAttribute, $idLocale)
52 52
     {
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.
Storage/tests/SprykerTest/Zed/Storage/Business/_support/BusinessTester.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\BusinessTesterActions;
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.
Storage/tests/SprykerTest/Shared/Storage/_support/StorageSharedTester.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\StorageSharedTesterActions;
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.
Storage/tests/SprykerTest/Client/Storage/_support/StorageClientTester.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\StorageClientTesterActions;
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.