Skip to content

Commit 82d09dc

Browse files
committed
#22646 static-test-fix
1 parent b8bc288 commit 82d09dc

File tree

1 file changed

+5
-1
lines changed
  • app/code/Magento/Reports/Model/ResourceModel/Product/Sold

1 file changed

+5
-1
lines changed

app/code/Magento/Reports/Model/ResourceModel/Product/Sold/Collection.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,16 @@
1414
use Magento\Framework\DB\Select;
1515

1616
/**
17+
* Data collection.
18+
*
1719
* @SuppressWarnings(PHPMD.DepthOfInheritance)
1820
* @api
1921
* @since 100.0.2
2022
*/
2123
class Collection extends \Magento\Reports\Model\ResourceModel\Order\Collection
2224
{
2325
/**
24-
* Set Date range to collection
26+
* Set Date range to collection.
2527
*
2628
* @param int $from
2729
* @param int $to
@@ -120,6 +122,8 @@ public function setOrder($attribute, $dir = self::SORT_ORDER_DESC)
120122
}
121123

122124
/**
125+
* @inheritdoc
126+
*
123127
* @return Select
124128
* @since 100.2.0
125129
*/

0 commit comments

Comments
 (0)