We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84fc029 commit 3aa86eeCopy full SHA for 3aa86ee
app/code/Magento/Elasticsearch/Model/Adapter/BatchDataMapper/ProductDataMapper.php
@@ -272,6 +272,9 @@ private function isAttributeLabelsShouldBeMapped(Attribute $attribute): bool
272
* @param array $attributeValues
273
* @param int $storeId
274
* @return array
275
+ *
276
+ * @SuppressWarnings(PHPMD.CyclomaticComplexity)
277
+ * @SuppressWarnings(PHPMD.NPathComplexity)
278
*/
279
private function prepareAttributeValues(
280
int $productId,
0 commit comments