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 979aee0 commit 2de365eCopy full SHA for 2de365e
app/code/Magento/Elasticsearch/Model/Adapter/FieldMapper/Product/FieldProvider/StaticField.php
@@ -127,6 +127,9 @@ public function getFields(array $context = []): array
127
*
128
* @param AbstractAttribute $attribute
129
* @return array
130
+ *
131
+ * @SuppressWarnings(PHPMD.CyclomaticComplexity)
132
+ * @SuppressWarnings(PHPMD.NPathComplexity)
133
*/
134
public function getField(AbstractAttribute $attribute): array
135
{
0 commit comments