Skip to content

Commit

Permalink
Fix order of parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-ch authored Apr 30, 2019
1 parent c62ab93 commit 4402714
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ class Cart extends \Magento\Wishlist\Block\Customer\Wishlist\Item\Column
public function __construct(
\Magento\Catalog\Block\Product\Context $context,
\Magento\Framework\App\Http\Context $httpContext,
\Magento\Catalog\Block\Product\View $productView = null,
array $data = []
array $data = [],
\Magento\Catalog\Block\Product\View $productView = null
) {
$this->productView = $productView ?:
\Magento\Framework\App\ObjectManager::getInstance()->get(\Magento\Catalog\Block\Product\View::class);
Expand Down

0 comments on commit 4402714

Please sign in to comment.