Passed
Pull Request — master (#26)
by Patrick
10:38
created
src/Api/Generated/Endpoint/CreateProductsVariantsAttributeValues.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -6,12 +6,12 @@
 block discarded – undo
6 6
 {
7 7
     protected $attributeId;
8 8
     /**
9
-    * Creates a product variant attribute value.
9
+     * Creates a product variant attribute value.
10 10
                        Retrieves the created `ProductVariantAttributeValue` object.
11
-    *
12
-    * @param int $attributeId The attribute id
13
-    * @param \Starweb\Api\Generated\Model\ProductVariantAttributeValueModelUpdatable $requestBody 
14
-    */
11
+     *
12
+     * @param int $attributeId The attribute id
13
+     * @param \Starweb\Api\Generated\Model\ProductVariantAttributeValueModelUpdatable $requestBody 
14
+     */
15 15
     public function __construct(int $attributeId, \Starweb\Api\Generated\Model\ProductVariantAttributeValueModelUpdatable $requestBody)
16 16
     {
17 17
         $this->attributeId = $attributeId;
Please login to merge, or discard this patch.
src/Api/Generated/Endpoint/PatchOrderStatus.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -6,12 +6,12 @@
 block discarded – undo
6 6
 {
7 7
     protected $orderStatusId;
8 8
     /**
9
-    * Updates an order status. Retrieves the updated `Orderstatus` object. 
9
+     * Updates an order status. Retrieves the updated `Orderstatus` object. 
10 10
                        NB! You are not allowed to update standard order statuses (all statuses with an idCode set)
11
-    *
12
-    * @param int $orderStatusId The order status id
13
-    * @param \Starweb\Api\Generated\Model\OrderStatusModel $requestBody 
14
-    */
11
+     *
12
+     * @param int $orderStatusId The order status id
13
+     * @param \Starweb\Api\Generated\Model\OrderStatusModel $requestBody 
14
+     */
15 15
     public function __construct(int $orderStatusId, \Starweb\Api\Generated\Model\OrderStatusModel $requestBody)
16 16
     {
17 17
         $this->orderStatusId = $orderStatusId;
Please login to merge, or discard this patch.
src/Api/Generated/Endpoint/PutProductBundledProductsPricelistPrice.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -8,14 +8,14 @@
 block discarded – undo
8 8
     protected $bundledProductId;
9 9
     protected $pricelistId;
10 10
     /**
11
-    * Updates a bundled product pricelist price. 
11
+     * Updates a bundled product pricelist price. 
12 12
                        Retrieves the updated `ProductBundleProductPricelistPrice` object
13
-    *
14
-    * @param int $productId The product id
15
-    * @param int $bundledProductId The bundled products id
16
-    * @param int $pricelistId The pricelist id
17
-    * @param \Starweb\Api\Generated\Model\ProductBundleProductPriceModel $requestBody 
18
-    */
13
+     *
14
+     * @param int $productId The product id
15
+     * @param int $bundledProductId The bundled products id
16
+     * @param int $pricelistId The pricelist id
17
+     * @param \Starweb\Api\Generated\Model\ProductBundleProductPriceModel $requestBody 
18
+     */
19 19
     public function __construct(int $productId, int $bundledProductId, int $pricelistId, \Starweb\Api\Generated\Model\ProductBundleProductPriceModel $requestBody)
20 20
     {
21 21
         $this->productId = $productId;
Please login to merge, or discard this patch.
src/Api/Generated/Endpoint/PutAttribute.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -6,12 +6,12 @@
 block discarded – undo
6 6
 {
7 7
     protected $attributeId;
8 8
     /**
9
-    * Updates a product variant attribute.
9
+     * Updates a product variant attribute.
10 10
                        Retrieves the updated `ProductVariantAttribute` object.
11
-    *
12
-    * @param int $attributeId The attribute value id
13
-    * @param \Starweb\Api\Generated\Model\ProductVariantAttributeModelUpdatable $requestBody 
14
-    */
11
+     *
12
+     * @param int $attributeId The attribute value id
13
+     * @param \Starweb\Api\Generated\Model\ProductVariantAttributeModelUpdatable $requestBody 
14
+     */
15 15
     public function __construct(int $attributeId, \Starweb\Api\Generated\Model\ProductVariantAttributeModelUpdatable $requestBody)
16 16
     {
17 17
         $this->attributeId = $attributeId;
Please login to merge, or discard this patch.
src/Api/Generated/Endpoint/PutProductVariantStock.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -8,14 +8,14 @@
 block discarded – undo
8 8
     protected $variantId;
9 9
     protected $stockLocationId;
10 10
     /**
11
-    * Update or set the stock for a product variant at a stock location. 
11
+     * Update or set the stock for a product variant at a stock location. 
12 12
                        Retrieves the updated `ProductVariantStock` object
13
-    *
14
-    * @param int $productId The product id
15
-    * @param int $variantId The products variants id
16
-    * @param int $stockLocationId The stock location id
17
-    * @param \Starweb\Api\Generated\Model\ProductVariantStockPutRequestModel $requestBody 
18
-    */
13
+     *
14
+     * @param int $productId The product id
15
+     * @param int $variantId The products variants id
16
+     * @param int $stockLocationId The stock location id
17
+     * @param \Starweb\Api\Generated\Model\ProductVariantStockPutRequestModel $requestBody 
18
+     */
19 19
     public function __construct(int $productId, int $variantId, int $stockLocationId, \Starweb\Api\Generated\Model\ProductVariantStockPutRequestModel $requestBody)
20 20
     {
21 21
         $this->productId = $productId;
Please login to merge, or discard this patch.
src/Api/Generated/Endpoint/PutProductsMediaFileLink.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -7,13 +7,13 @@
 block discarded – undo
7 7
     protected $productId;
8 8
     protected $mediaFileId;
9 9
     /**
10
-    * Updates a product media file link. 
10
+     * Updates a product media file link. 
11 11
                        Retrieves the update `ProductMediaFileLink` object.
12
-    *
13
-    * @param int $productId The product id
14
-    * @param int $mediaFileId The media file id of the link you want to fetch/change
15
-    * @param \Starweb\Api\Generated\Model\ProductMediaFileLinkModel $requestBody 
16
-    */
12
+     *
13
+     * @param int $productId The product id
14
+     * @param int $mediaFileId The media file id of the link you want to fetch/change
15
+     * @param \Starweb\Api\Generated\Model\ProductMediaFileLinkModel $requestBody 
16
+     */
17 17
     public function __construct(int $productId, int $mediaFileId, \Starweb\Api\Generated\Model\ProductMediaFileLinkModel $requestBody)
18 18
     {
19 19
         $this->productId = $productId;
Please login to merge, or discard this patch.
src/Api/Generated/Endpoint/PutOrderExternalService.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -7,13 +7,13 @@
 block discarded – undo
7 7
     protected $orderId;
8 8
     protected $serviceName;
9 9
     /**
10
-    * Updates an order external service. 
10
+     * Updates an order external service. 
11 11
                        Retrieves the updated `OrderExternalService` object
12
-    *
13
-    * @param int $orderId The orders id
14
-    * @param string $serviceName The service name
15
-    * @param \Starweb\Api\Generated\Model\OrderExternalServiceModel $requestBody 
16
-    */
12
+     *
13
+     * @param int $orderId The orders id
14
+     * @param string $serviceName The service name
15
+     * @param \Starweb\Api\Generated\Model\OrderExternalServiceModel $requestBody 
16
+     */
17 17
     public function __construct(int $orderId, string $serviceName, \Starweb\Api\Generated\Model\OrderExternalServiceModel $requestBody)
18 18
     {
19 19
         $this->orderId = $orderId;
Please login to merge, or discard this patch.
src/Api/Generated/Endpoint/CreateProductVariantPricelistVolumePrice.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -8,14 +8,14 @@
 block discarded – undo
8 8
     protected $variantId;
9 9
     protected $pricelistId;
10 10
     /**
11
-    * Creates a variant volume pricelist price. 
11
+     * Creates a variant volume pricelist price. 
12 12
                        Retrieves the created `ProductVariantPricelistVolumePrice` object
13
-    *
14
-    * @param int $productId The products id
15
-    * @param int $variantId The products variants id
16
-    * @param int $pricelistId The pricelist id
17
-    * @param \Starweb\Api\Generated\Model\ProductVariantVolumePriceModel $requestBody 
18
-    */
13
+     *
14
+     * @param int $productId The products id
15
+     * @param int $variantId The products variants id
16
+     * @param int $pricelistId The pricelist id
17
+     * @param \Starweb\Api\Generated\Model\ProductVariantVolumePriceModel $requestBody 
18
+     */
19 19
     public function __construct(int $productId, int $variantId, int $pricelistId, \Starweb\Api\Generated\Model\ProductVariantVolumePriceModel $requestBody)
20 20
     {
21 21
         $this->productId = $productId;
Please login to merge, or discard this patch.
src/Api/Generated/Endpoint/CreateOrderExternalService.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -6,12 +6,12 @@
 block discarded – undo
6 6
 {
7 7
     protected $orderId;
8 8
     /**
9
-    * Create an order external service. Retrieves the created `OrderExternalService`
9
+     * Create an order external service. Retrieves the created `OrderExternalService`
10 10
                                        object
11
-    *
12
-    * @param int $orderId The orders id
13
-    * @param \Starweb\Api\Generated\Model\OrderExternalServiceModel $requestBody 
14
-    */
11
+     *
12
+     * @param int $orderId The orders id
13
+     * @param \Starweb\Api\Generated\Model\OrderExternalServiceModel $requestBody 
14
+     */
15 15
     public function __construct(int $orderId, \Starweb\Api\Generated\Model\OrderExternalServiceModel $requestBody)
16 16
     {
17 17
         $this->orderId = $orderId;
Please login to merge, or discard this patch.