We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df14b0 commit 6f30fbaCopy full SHA for 6f30fba
app/code/Magento/CatalogWidget/Block/Product/ProductsList.php
@@ -163,6 +163,7 @@ protected function _construct()
163
* Get key pieces for caching block content
164
*
165
* @return array
166
+ * @SuppressWarnings(PHPMD.RequestAwareBlockMethod)
167
*/
168
public function getCacheKeyInfo()
169
{
@@ -240,6 +241,7 @@ protected function _beforeToHtml()
240
241
* Prepare and return product collection
242
243
* @return \Magento\Catalog\Model\ResourceModel\Product\Collection
244
245
246
public function createCollection()
247
0 commit comments