Minor styling updates
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.