Skip to content

Commit 64c1131

Browse files
#23059: Static test fix.
1 parent a2ca170 commit 64c1131

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/code/Magento/CatalogSearch/Model/Advanced.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ public function __construct(
181181
/**
182182
* Add advanced search filters to product collection
183183
*
184-
* @param array $values
185-
* @return $this
184+
* @param array $values
185+
* @return $this
186186
* @throws LocalizedException
187187
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
188188
* @SuppressWarnings(PHPMD.NPathComplexity)
@@ -348,9 +348,9 @@ protected function addSearchCriteria($attribute, $value)
348348
*
349349
* @todo: Move this code to block
350350
*
351-
* @param EntityAttribute $attribute
352-
* @param mixed $value
353-
* @return string|bool
351+
* @param EntityAttribute $attribute
352+
* @param mixed $value
353+
* @return string|bool
354354
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
355355
* @SuppressWarnings(PHPMD.NPathComplexity)
356356
*/

0 commit comments

Comments
 (0)