Skip to content

Commit 1329d66

Browse files
committed
Fixed argument order
1 parent a18a8d4 commit 1329d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/ConfigurableProduct/Api/ConfigurableProductManagementInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function generateVariation(\Magento\Catalog\Api\Data\ProductInterface $pr
2424
/**
2525
* Provide the number of product count
2626
*
27-
* @param null|int $status
27+
* @param int|null $status
2828
* @return int
2929
*/
3030
public function getCount($status = null);

0 commit comments

Comments
 (0)