File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
app/code/Magento/Reports/Model/ResourceModel/Order Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 3
3
* Copyright © Magento, Inc. All rights reserved.
4
4
* See COPYING.txt for license details.
5
5
*/
6
-
7
6
namespace Magento \Reports \Model \ResourceModel \Order ;
8
7
9
8
use Magento \Framework \DB \Select ;
@@ -81,7 +80,7 @@ class Collection extends \Magento\Sales\Model\ResourceModel\Order\Collection
81
80
* @param \Magento\Framework\Stdlib\DateTime\TimezoneInterface $localeDate
82
81
* @param \Magento\Sales\Model\Order\Config $orderConfig
83
82
* @param \Magento\Sales\Model\ResourceModel\Report\OrderFactory $reportOrderFactory
84
- * @param null $connection
83
+ * @param \Magento\Framework\DB\Adapter\AdapterInterface $connection
85
84
* @param \Magento\Framework\Model\ResourceModel\Db\AbstractDb $resource
86
85
*
87
86
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
You can’t perform that action at this time.
0 commit comments