Skip to content

Minor styling updates

Compare
Choose a tag to compare
@jayelkaake jayelkaake released this 18 Sep 14:49
· 9 commits to master since this release

Minor styling updates thanks to Magento. These are required to move to the Magento app marketplace. These were:

File: Line: 108 app/code/community/TBT/Enhancedgrid/controllers/Catalog/ProductController.php
Message: Use of die language construct is discouraged.
Recommendation: setBody() response object method should be used.

File: Line: 89 app/code/community/TBT/Enhancedgrid/Block/Widget/Grid/Column/Renderer/Image.php
Message: Identical operator === is not used for testing the return value of strpos function
Recommendation: Use the === operator for testing the return value of this function.