Skip to content

Commit

Permalink
ENGCOM-1480: [Forwardport] Changed return type of addToCartPostParams…
Browse files Browse the repository at this point in the history
… to array #15073
  • Loading branch information
Stanislav Idolov authored May 9, 2018
2 parents bba5cdb + 6890aa1 commit d649418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Catalog/Block/Product/ListProduct.php
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ public function getIdentities()
* Get post parameters
*
* @param Product $product
* @return string
* @return array
*/
public function getAddToCartPostParams(Product $product)
{
Expand Down

0 comments on commit d649418

Please sign in to comment.