Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wishlist: Remove unnecessary parameter from invoking toHtml() method #16022

Merged

Conversation

rogyar
Copy link
Contributor

@rogyar rogyar commented Jun 11, 2018

Description

There's an extra parameter upon invoking the toHtml() method in the Wishlist/view/frontend/templates/item/list.phtml file. The original method call is the following:

 $column->toHtml($item);

which is not correct since toHtml() method of the Magento\Wishlist\Block\Customer\Wishlist\Item\Column has no additional parameters. The current PR removes the redundant parameter from invoking the method.

Fixed Issues (if relevant)

N/A

Manual testing scenarios

N/A

@magento-cicd2
Copy link
Contributor

magento-cicd2 commented Jun 12, 2018

CLA assistant check
All committers have signed the CLA.

@orlangur orlangur self-assigned this Jun 12, 2018
ishakhsuvarov added a commit to rogyar/magento2 that referenced this pull request Jun 12, 2018
ishakhsuvarov added a commit to rogyar/magento2 that referenced this pull request Jun 12, 2018
@magento-engcom-team magento-engcom-team merged commit 7782bdc into magento:2.3-develop Jun 13, 2018
@magento-engcom-team
Copy link
Contributor

Hi @rogyar. Thank you for your contribution.
Changes from your Pull Request will be available with the upcoming 2.3.0 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants