File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Bundle/Model/ResourceModel/Indexer
Catalog/Model/ResourceModel/Product/Indexer/Price Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -471,7 +471,7 @@ protected function _prepareTierPriceIndex($entityIds = null)
471
471
*
472
472
* @return void
473
473
*/
474
- private function applyBundlePrice () : void
474
+ private function applyBundlePrice (): void
475
475
{
476
476
$ select = $ this ->getConnection ()->select ();
477
477
$ select ->from (
@@ -499,7 +499,7 @@ private function applyBundlePrice() : void
499
499
*
500
500
* @return void
501
501
*/
502
- private function applyBundleOptionPrice () : void
502
+ private function applyBundleOptionPrice (): void
503
503
{
504
504
$ connection = $ this ->getConnection ();
505
505
@@ -524,7 +524,7 @@ private function applyBundleOptionPrice() : void
524
524
$ select = $ connection ->select ()->join (
525
525
['io ' => $ subSelect ],
526
526
'i.entity_id = io.entity_id AND i.customer_group_id = io.customer_group_id ' .
527
- ' AND i.website_id = io.website_id ' ,
527
+ ' AND i.website_id = io.website_id ' ,
528
528
[]
529
529
)->columns (
530
530
[
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 (
You can’t perform that action at this time.
0 commit comments