Skip to content

Commit ff91b2a

Browse files
35719: Fixed static test failures.
1 parent ef59bdb commit ff91b2a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/Catalog/Model/Indexer/Product/Price/AbstractAction.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ public function __construct(
164164
*/
165165
abstract public function execute($ids);
166166

167+
// phpcs:disable
167168
/**
168169
* Synchronize data between index storage and original storage
169170
*
@@ -195,6 +196,7 @@ protected function _syncData(array $processIds = [])
195196
return $this;
196197
}
197198

199+
// phpcs:enable
198200
/**
199201
* Prepare website current dates table
200202
*
@@ -440,6 +442,7 @@ private function deleteIndexData(array $entityIds)
440442
}
441443
}
442444

445+
// phpcs:disable
443446
/**
444447
* Copy relations product index from primary index to temporary index table by parent entity
445448
*
@@ -489,6 +492,7 @@ protected function _copyRelationIndexData($parentIds, $excludeIds = null)
489492
return $this;
490493
}
491494

495+
// phpcs:enable
492496
/**
493497
* Retrieve index table by dimension that will be used for write operations.
494498
*

0 commit comments

Comments
 (0)