Skip to content

Commit c200251

Browse files
author
valdislav
committed
MAGETWO-35638: Pull request processing
1 parent a59fe7a commit c200251

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/code/Magento/Reports/Model/Resource/Quote/Collection.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,14 @@
99
/**
1010
* Reports quote collection
1111
*
12-
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1312
* @author Magento Core Team <core@magentocommerce.com>
1413
*/
1514
namespace Magento\Reports\Model\Resource\Quote;
1615

16+
/**
17+
* Class Collection
18+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
19+
*/
1720
class Collection extends \Magento\Quote\Model\Resource\Quote\Collection
1821
{
1922
const SELECT_COUNT_SQL_TYPE_CART = 1;

0 commit comments

Comments
 (0)