@@ -127,7 +127,7 @@ discard block |
||
127 | 127 | * Returns the given search filter with the conditions attached for filtering by suppliers. |
128 | 128 | * |
129 | 129 | * @param \Aimeos\MW\Criteria\Iface $filter Criteria object used for product search |
130 | - * @param array $supIds List of supplier IDs for faceted search |
|
130 | + * @param integer[] $supIds List of supplier IDs for faceted search |
|
131 | 131 | * @return \Aimeos\MW\Criteria\Iface Criteria object containing the conditions for searching |
132 | 132 | * @since 2018.07 |
133 | 133 | */ |
@@ -338,6 +338,7 @@ discard block |
||
338 | 338 | * @param \Aimeos\MW\Criteria\Iface $filter Critera object which contains the filter conditions |
339 | 339 | * @param string[] $domains Domain names of items that are associated with the products and that should be fetched too |
340 | 340 | * @param integer &$total Parameter where the total number of found products will be stored in |
341 | + * @param integer $total |
|
341 | 342 | * @return array Ordered list of product items implementing \Aimeos\MShop\Product\Item\Iface |
342 | 343 | * @since 2017.03 |
343 | 344 | */ |
@@ -351,7 +352,7 @@ discard block |
||
351 | 352 | * Returns the list of catalog IDs for the given catalog tree |
352 | 353 | * |
353 | 354 | * @param \Aimeos\MShop\Catalog\Item\Iface $item Catalog item with children |
354 | - * @return array List of catalog IDs |
|
355 | + * @return string[] List of catalog IDs |
|
355 | 356 | */ |
356 | 357 | protected function getCatalogIdsFromTree( \Aimeos\MShop\Catalog\Item\Iface $item ) |
357 | 358 | { |