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 2ca05c8 commit 7b6a620Copy full SHA for 7b6a620
app/code/Magento/Catalog/Ui/DataProvider/Product/ProductCollection.php
@@ -13,6 +13,8 @@
13
* Collection which is used for rendering product list in the backend.
14
*
15
* Used for product grid and customizes behavior of the default Product collection for grid needs.
16
+ *
17
+ * @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
18
*/
19
class ProductCollection extends \Magento\Catalog\Model\ResourceModel\Product\Collection
20
{
0 commit comments