Completed
Pull Request — master (#27)
by Lars
09:56
created
src/Intraface/XMLRPC/Shop/Server.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -154,7 +154,7 @@  discard block
 block discarded – undo
154 154
         return $product->getRelatedProducts();
155 155
     }
156 156
 
157
-   /**
157
+    /**
158 158
      * Gets featured products
159 159
      *
160 160
      * Method is experimental and only used by discimport.dk. If you need to use it
@@ -198,7 +198,7 @@  discard block
 block discarded – undo
198 198
         return $related_products;
199 199
     }
200 200
 
201
-   /**
201
+    /**
202 202
      * Gets product keywords which can be used to sort ones webshop
203 203
      *
204 204
      * Method is experimental and only used by nylivsstil.dk. If you need to use it
Please login to merge, or discard this patch.
src/Intraface/XMLRPC/Shop/Server0004.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -425,7 +425,7 @@  discard block
 block discarded – undo
425 425
         return $this->prepareResponseData($this->cleanUpProductList($product->getRelatedProducts($currencies, 'webshop')));
426 426
     }
427 427
 
428
-   /**
428
+    /**
429 429
      * Gets featured products
430 430
      *
431 431
      * Method is experimental and only used by discimport.dk. If you need to use it
@@ -475,7 +475,7 @@  discard block
 block discarded – undo
475 475
         return $this->prepareResponseData($related_products);
476 476
     }
477 477
 
478
-   /**
478
+    /**
479 479
      * Gets product keywords which can be used to sort ones webshop
480 480
      *
481 481
      *
Please login to merge, or discard this patch.