Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 6ad2344

Browse files
committed
Fix static test.
1 parent c4f9a02 commit 6ad2344

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Reports/Model/ResourceModel/Order/Collection.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
76
namespace Magento\Reports\Model\ResourceModel\Order;
87

98
use Magento\Framework\DB\Select;
@@ -81,7 +80,7 @@ class Collection extends \Magento\Sales\Model\ResourceModel\Order\Collection
8180
* @param \Magento\Framework\Stdlib\DateTime\TimezoneInterface $localeDate
8281
* @param \Magento\Sales\Model\Order\Config $orderConfig
8382
* @param \Magento\Sales\Model\ResourceModel\Report\OrderFactory $reportOrderFactory
84-
* @param null $connection
83+
* @param \Magento\Framework\DB\Adapter\AdapterInterface $connection
8584
* @param \Magento\Framework\Model\ResourceModel\Db\AbstractDb $resource
8685
*
8786
* @SuppressWarnings(PHPMD.ExcessiveParameterList)

0 commit comments

Comments
 (0)