We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
there are some unused variables. Since I don't know the intention, I did not want to create a PR for removal only.
$imageWidth = $block->getImageWidth(); $imageHeight = $block->getImageHeight();
https://github.com/SnowdogApps/magento2-menu/blob/2.27.1/view/frontend/templates/hyva-menu-footer/menu/node_type/product.phtml
https://github.com/SnowdogApps/magento2-menu/blob/2.27.1/view/frontend/templates/hyva-topmenu-desktop/menu/node_type/product.phtml
The text was updated successfully, but these errors were encountered:
You might want to consider running stuff like https://github.com/slevomat/coding-standard/blob/master/doc/variables.md#slevomatcodingstandardvariablesunusedvariable
Sorry, something went wrong.
hi @Morgy93, thanks for reporting this issue! I created an internal ticket SMM-12 and our dev will check it soon.
No branches or pull requests
Hello,
there are some unused variables. Since I don't know the intention, I did not want to create a PR for removal only.
https://github.com/SnowdogApps/magento2-menu/blob/2.27.1/view/frontend/templates/hyva-menu-footer/menu/node_type/product.phtml
https://github.com/SnowdogApps/magento2-menu/blob/2.27.1/view/frontend/templates/hyva-topmenu-desktop/menu/node_type/product.phtml
The text was updated successfully, but these errors were encountered: