@@ -224,7 +224,7 @@ discard block |
||
224 | 224 | /** |
225 | 225 | * Removes old entries from the storage. |
226 | 226 | * |
227 | - * @param array $siteids List of IDs for sites whose entries should be deleted |
|
227 | + * @param integer[] $siteids List of IDs for sites whose entries should be deleted |
|
228 | 228 | */ |
229 | 229 | public function cleanup( array $siteids ) |
230 | 230 | { |
@@ -490,7 +490,7 @@ discard block |
||
490 | 490 | * |
491 | 491 | * @param string $manager Name of the sub manager type in lower case |
492 | 492 | * @param string|null $name Name of the implementation, will be from configuration (or Default) if null |
493 | - * @return mixed Manager for different extensions, e.g stock, tags, locations, etc. |
|
493 | + * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc. |
|
494 | 494 | */ |
495 | 495 | public function getSubManager( $manager, $name = null ) |
496 | 496 | { |
@@ -126,7 +126,7 @@ |
||
126 | 126 | * |
127 | 127 | * @param string $manager Name of the sub manager type in lower case |
128 | 128 | * @param string|null $name Name of the implementation, will be from configuration (or Default) if null |
129 | - * @return mixed Manager for different extensions, e.g stock, tags, locations, etc. |
|
129 | + * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc. |
|
130 | 130 | */ |
131 | 131 | public function getSubManager( $manager, $name = null ) |
132 | 132 | { |
@@ -264,7 +264,6 @@ |
||
264 | 264 | * {@inheritDoc} |
265 | 265 | * |
266 | 266 | * @param string $path Path to the remote file |
267 | - * @param string $file Path to the local file |
|
268 | 267 | * @return void |
269 | 268 | * @throws \Aimeos\MW\Filesystem\Exception If an error occurs |
270 | 269 | */ |
@@ -31,7 +31,7 @@ |
||
31 | 31 | /** |
32 | 32 | * Initializes the request view helper. |
33 | 33 | * |
34 | - * @param \\Aimeos\MW\View\Iface $view View instance with registered view helpers |
|
34 | + * @param \Aimeos\MW\View\Iface $view View instance with registered view helpers |
|
35 | 35 | * @param \Illuminate\Http\Request $request Laravel request object |
36 | 36 | */ |
37 | 37 | public function __construct( \Aimeos\MW\View\Iface $view, \Illuminate\Http\Request $request ) |
@@ -126,7 +126,7 @@ |
||
126 | 126 | * |
127 | 127 | * @param string $manager Name of the sub manager type in lower case |
128 | 128 | * @param string|null $name Name of the implementation, will be from configuration (or Default) if null |
129 | - * @return mixed Manager for different extensions, e.g stock, tags, locations, etc. |
|
129 | + * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc. |
|
130 | 130 | */ |
131 | 131 | public function getSubManager( $manager, $name = null ) |
132 | 132 | { |
@@ -126,7 +126,7 @@ |
||
126 | 126 | * |
127 | 127 | * @param string $manager Name of the sub manager type in lower case |
128 | 128 | * @param string|null $name Name of the implementation, will be from configuration (or Default) if null |
129 | - * @return mixed Manager for different extensions, e.g stock, tags, locations, etc. |
|
129 | + * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc. |
|
130 | 130 | */ |
131 | 131 | public function getSubManager( $manager, $name = null ) |
132 | 132 | { |