Skip to content

Commit 3c4e4aa

Browse files
committed
Fix incorrect PHP doc tag value in Magento\Reports\Block\Adminhtml\Shopcart\Product\Grid class
1 parent f6d4542 commit 3c4e4aa

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Reports/Block/Adminhtml/Shopcart/Product

1 file changed

+1
-1
lines changed

app/code/Magento/Reports/Block/Adminhtml/Shopcart/Product/Grid.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
class Grid extends \Magento\Reports\Block\Adminhtml\Grid\Shopcart
1515
{
1616
/**
17-
* @var \Magento\Reports\Model\ResourceModel\Quote\CollectionFactory
17+
* @var \Magento\Reports\Model\ResourceModel\Quote\Item\CollectionFactory
1818
*/
1919
protected $quoteItemCollectionFactory;
2020

0 commit comments

Comments
 (0)