Passed
Pull Request — master (#32)
by
unknown
18:56
created
src/Api/Generated/Endpoint/PatchProductsVariantsPricelistPrice.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -8,17 +8,17 @@
 block discarded – undo
8 8
     protected $variantId;
9 9
     protected $pricelistId;
10 10
     /**
11
-    * Updates a product variant pricelist price. 
11
+     * Updates a product variant pricelist price. 
12 12
                        Retrieves the updated `ProductVariantPricelistPrice` object
13
-    *
14
-    * @param int $productId The product id
15
-    * @param int $variantId The products variants id
16
-    * @param int $pricelistId The pricelist id
17
-    * @param \Starweb\Api\Generated\Model\ProductVariantPriceModel $requestBody 
18
-    * @param array $queryParameters {
19
-    *     @var string $include If you want to include child data in the result. Example: ?include=volumePrices (to include variants volume prices). Available includes: volumePrices
20
-    * }
21
-    */
13
+     *
14
+     * @param int $productId The product id
15
+     * @param int $variantId The products variants id
16
+     * @param int $pricelistId The pricelist id
17
+     * @param \Starweb\Api\Generated\Model\ProductVariantPriceModel $requestBody 
18
+     * @param array $queryParameters {
19
+     *     @var string $include If you want to include child data in the result. Example: ?include=volumePrices (to include variants volume prices). Available includes: volumePrices
20
+     * }
21
+     */
22 22
     public function __construct(int $productId, int $variantId, int $pricelistId, \Starweb\Api\Generated\Model\ProductVariantPriceModel $requestBody, array $queryParameters = array())
23 23
     {
24 24
         $this->productId = $productId;
Please login to merge, or discard this patch.