@@ -728,7 +728,7 @@ |
||
728 | 728 | * |
729 | 729 | * @param string $manager Name of the sub manager type in lower case |
730 | 730 | * @param string|null $name Name of the implementation, will be from configuration (or Default) if null |
731 | - * @return mixed Manager for different extensions, e.g stock, tags, locations, etc. |
|
731 | + * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc. |
|
732 | 732 | */ |
733 | 733 | public function getSubManager( string $manager, string $name = null ) : \Aimeos\MShop\Common\Manager\Iface |
734 | 734 | { |