Skip to content

Commit 2de365e

Browse files
AC-700 Fixed Static Tests
1 parent 979aee0 commit 2de365e

File tree

1 file changed

+3
-0
lines changed
  • app/code/Magento/Elasticsearch/Model/Adapter/FieldMapper/Product/FieldProvider

1 file changed

+3
-0
lines changed

app/code/Magento/Elasticsearch/Model/Adapter/FieldMapper/Product/FieldProvider/StaticField.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ public function getFields(array $context = []): array
127127
*
128128
* @param AbstractAttribute $attribute
129129
* @return array
130+
*
131+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
132+
* @SuppressWarnings(PHPMD.NPathComplexity)
130133
*/
131134
public function getField(AbstractAttribute $attribute): array
132135
{

0 commit comments

Comments
 (0)