File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Price
dev/tests/integration/testsuite/Magento/CatalogRule/Model/Indexer/Product Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ class DefaultPrice extends AbstractIndexer implements PriceInterface
71
71
* @param \Magento\Framework\Event\ManagerInterface $eventManager
72
72
* @param \Magento\Framework\Module\Manager $moduleManager
73
73
* @param string|null $connectionName
74
- * @param IndexTableStructureFactory $indexTableStructureFactory
74
+ * @param null| IndexTableStructureFactory $indexTableStructureFactory
75
75
* @param PriceModifierInterface[] $priceModifiers
76
76
*/
77
77
public function __construct (
Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ class PriceTest extends \PHPUnit\Framework\TestCase
28
28
*/
29
29
private $ resourceRule ;
30
30
31
+ /**
32
+ * {@inheritdoc}
33
+ */
31
34
protected function setUp ()
32
35
{
33
36
$ this ->resourceRule = Bootstrap::getObjectManager ()->get (Rule::class);
You can’t perform that action at this time.
0 commit comments