@@ -231,7 +231,7 @@ discard block |
||
231 | 231 | /** |
232 | 232 | * Initializes a new customer manager object using the given context object. |
233 | 233 | * |
234 | - * @param \Aimeos\MShop\Context\Iface $context Context object with required objects |
|
234 | + * @param \Aimeos\MShop\Context\Item\Iface $context Context object with required objects |
|
235 | 235 | */ |
236 | 236 | public function __construct( \Aimeos\MShop\Context\Item\Iface $context ) |
237 | 237 | { |
@@ -492,6 +492,7 @@ discard block |
||
492 | 492 | * |
493 | 493 | * @param \Aimeos\MW\Criteria\Iface $search Search criteria object |
494 | 494 | * @param integer &$total Number of items that are available in total |
495 | + * @param integer $total |
|
495 | 496 | * @return array List of items implementing \Aimeos\MShop\Customer\Item\Iface |
496 | 497 | * @throws \Aimeos\MShop\Customer\Exception If creating items failed |
497 | 498 | */ |
@@ -531,7 +532,7 @@ discard block |
||
531 | 532 | * |
532 | 533 | * @param string $manager Name of the sub manager type in lower case |
533 | 534 | * @param string|null $name Name of the implementation, will be from configuration (or Default) if null |
534 | - * @return mixed Manager for different extensions, e.g stock, tags, locations, etc. |
|
535 | + * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc. |
|
535 | 536 | */ |
536 | 537 | public function getSubManager( $manager, $name = null ) |
537 | 538 | { |