Showing
1 changed file
with
3 additions
and
4 deletions
@@ -351,7 +351,6 @@ class HelperSearch | @@ -351,7 +351,6 @@ class HelperSearch | ||
351 | 351 | ||
352 | /** | 352 | /** |
353 | * 品牌,可以多选 | 353 | * 品牌,可以多选 |
354 | - * @param array $brand | ||
355 | * @param array $filter | 354 | * @param array $filter |
356 | * @param array $options | 355 | * @param array $options |
357 | * @return array | 356 | * @return array |
@@ -525,7 +524,7 @@ class HelperSearch | @@ -525,7 +524,7 @@ class HelperSearch | ||
525 | 524 | ||
526 | /** | 525 | /** |
527 | * 颜色,不能多选 | 526 | * 颜色,不能多选 |
528 | - * @param array $color | 527 | + * @param array $filter |
529 | * @return array | 528 | * @return array |
530 | */ | 529 | */ |
531 | public static function color($filter) { | 530 | public static function color($filter) { |
@@ -580,7 +579,7 @@ class HelperSearch | @@ -580,7 +579,7 @@ class HelperSearch | ||
580 | 579 | ||
581 | /** | 580 | /** |
582 | * 获取价格,不能多选 | 581 | * 获取价格,不能多选 |
583 | - * @param array $price | 582 | + * @param array $filter |
584 | * @return array | 583 | * @return array |
585 | */ | 584 | */ |
586 | public static function price($filter) { | 585 | public static function price($filter) { |
@@ -638,7 +637,7 @@ class HelperSearch | @@ -638,7 +637,7 @@ class HelperSearch | ||
638 | 637 | ||
639 | /** | 638 | /** |
640 | * 风格,可以多选 | 639 | * 风格,可以多选 |
641 | - * @param array $style | 640 | + * @param array $filter |
642 | * @return array | 641 | * @return array |
643 | */ | 642 | */ |
644 | public static function style($filter) { | 643 | public static function style($filter) { |
-
Please register or login to post a comment