@@ -381,7 +381,7 @@ discard block |
||
381 | 381 | /** |
382 | 382 | * Removes old entries from the storage. |
383 | 383 | * |
384 | - * @param iterable $siteids List of IDs for sites whose entries should be deleted |
|
384 | + * @param integer[] $siteids List of IDs for sites whose entries should be deleted |
|
385 | 385 | * @return \Aimeos\MShop\Common\Manager\Iface Same object for fluent interface |
386 | 386 | */ |
387 | 387 | public function clear( iterable $siteids ) : \Aimeos\MShop\Common\Manager\Iface |
@@ -674,7 +674,7 @@ discard block |
||
674 | 674 | * |
675 | 675 | * @param string $manager Name of the sub manager type in lower case |
676 | 676 | * @param string|null $name Name of the implementation, will be from configuration (or Default) if null |
677 | - * @return mixed Manager for different extensions, e.g stock, tags, locations, etc. |
|
677 | + * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc. |
|
678 | 678 | */ |
679 | 679 | public function getSubManager( string $manager, string $name = null ) : \Aimeos\MShop\Common\Manager\Iface |
680 | 680 | { |