|  | @@ -67,7 +67,7 @@  discard block | 
                                                    
                                                        |  |  |  block discarded – undo | 
                                                                                                                                                                                                                    
                                                            | 67 | 67 |  	 * Creates a new empty item instance | 
                                                                                                            
                                                            | 68 | 68 |  	 * | 
                                                                                                            
                                                            | 69 | 69 |  	 * @param array $values Values the item should be initialized with | 
                                                                                                            
                                                            | 70 |  | -	 * @return \Aimeos\MShop\Attribute\Item\Iface New attribute item object | 
                                                                                                            
                                                            |  | 70 | +	 * @return \Aimeos\MAdmin\Cache\Item\Iface New attribute item object | 
                                                                                                            
                                                            | 71 | 71 |  	 */ | 
                                                                                                            
                                                            | 72 | 72 |  	public function createItem( array $values = [] ) | 
                                                                                                            
                                                            | 73 | 73 |  	{ | 
                                                                                                                                                        
                                                        |  | @@ -175,7 +175,7 @@  discard block | 
                                                    
                                                        |  |  |  block discarded – undo | 
                                                                                                                                                                                                                    
                                                            | 175 | 175 |  	 * | 
                                                                                                            
                                                            | 176 | 176 |  	 * @param string $manager Name of the sub manager type in lower case | 
                                                                                                            
                                                            | 177 | 177 |  	 * @param string|null $name Name of the implementation, will be from configuration (or Default) if null | 
                                                                                                            
                                                            | 178 |  | -	 * @return mixed Manager for different extensions, e.g stock, tags, locations, etc. | 
                                                                                                            
                                                            |  | 178 | +	 * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc. | 
                                                                                                            
                                                            | 179 | 179 |  	 */ | 
                                                                                                            
                                                            | 180 | 180 |  	public function getSubManager( $manager, $name = null ) | 
                                                                                                            
                                                            | 181 | 181 |  	{ | 
                                                                                                                                                
                                         
                                        
                                            
                                                                                                    Please login to merge, or discard this patch.