@@ -191,7 +191,7 @@ |
||
| 191 | 191 | /** |
| 192 | 192 | * Returns the frontend controller |
| 193 | 193 | * |
| 194 | - * @return \Aimeos\Controller\Frontend\Product\Iface Frontend controller object |
|
| 194 | + * @return \Aimeos\Controller\Frontend\Iface Frontend controller object |
|
| 195 | 195 | */ |
| 196 | 196 | protected function getController() |
| 197 | 197 | { |
@@ -138,7 +138,7 @@ |
||
| 138 | 138 | * |
| 139 | 139 | * @param string $operator Comparison operator, e.g. "==", "!=", "<", "<=", ">=", ">", "=~", "~=" |
| 140 | 140 | * @param string $key Search key defined by the product manager, e.g. "product.status" |
| 141 | - * @param array|string $value Value or list of values to compare to |
|
| 141 | + * @param string $value Value or list of values to compare to |
|
| 142 | 142 | * @return \Aimeos\Controller\Frontend\Product\Iface Product controller for fluent interface |
| 143 | 143 | * @since 2019.04 |
| 144 | 144 | */ |