File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
app/code/Magento/CatalogSearch/Model Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -181,8 +181,8 @@ public function __construct(
181
181
/**
182
182
* Add advanced search filters to product collection
183
183
*
184
- * @param array $values
185
- * @return $this
184
+ * @param array $values
185
+ * @return $this
186
186
* @throws LocalizedException
187
187
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
188
188
* @SuppressWarnings(PHPMD.NPathComplexity)
@@ -348,9 +348,9 @@ protected function addSearchCriteria($attribute, $value)
348
348
*
349
349
* @todo: Move this code to block
350
350
*
351
- * @param EntityAttribute $attribute
352
- * @param mixed $value
353
- * @return string|bool
351
+ * @param EntityAttribute $attribute
352
+ * @param mixed $value
353
+ * @return string|bool
354
354
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
355
355
* @SuppressWarnings(PHPMD.NPathComplexity)
356
356
*/
You can’t perform that action at this time.
0 commit comments