Skip to content

Commit 6772f39

Browse files
authored
Add removed parameter in the PHP doc and changed timestamp in test (#918)
1 parent 5552aae commit 6772f39

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Model/ResourceModel/Query/Grid/Collection.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class Collection extends QueryCollection implements SearchResultInterface
1313

1414
/**
1515
* @param \Magento\Framework\Data\Collection\EntityFactoryInterface $entityFactory
16+
* @param \Psr\Log\LoggerInterface $logger
1617
* @param \Magento\Framework\Data\Collection\Db\FetchStrategyInterface $fetchStrategy
1718
* @param \Magento\Framework\Event\ManagerInterface $eventManager
1819
* @param mixed|null $mainTable

Test/Integration/ProductsIndexingTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public function testSpecialPrice()
152152

153153
$specialPrice = 29;
154154
$from = 1452556800;
155-
$to = 1573516800;
155+
$to = 1699920000;
156156
$product->setCustomAttributes([
157157
'special_price' => $specialPrice,
158158
'special_from_date' => date('m/d/Y', $from),

0 commit comments

Comments
 (0)