|
@@ -176,7 +176,7 @@ |
|
|
block discarded – undo |
|
176
|
176
|
* |
|
177
|
177
|
* @param string $manager Name of the sub manager type in lower case |
|
178
|
178
|
* @param string|null $name Name of the implementation, will be from configuration (or Default) if null |
|
179
|
|
- * @return mixed Manager for different extensions, e.g stock, tags, locations, etc. |
|
|
179
|
+ * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc. |
|
180
|
180
|
*/ |
|
181
|
181
|
public function getSubManager( $manager, $name = null ) |
|
182
|
182
|
{ |
Please login to merge, or discard this patch.