Completed
Push — master ( 8b202c...252881 )
by Aimeos
11:22
created
lib/custom/src/MAdmin/Cache/Manager/Redis.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
 	 *
69 69
 	 * @param string|null Type the item should be created with
70 70
 	 * @param string|null Domain of the type the item should be created with
71
-	 * @return \Aimeos\MShop\Attribute\Item\Iface New attribute item object
71
+	 * @return \Aimeos\MAdmin\Cache\Item\Iface New attribute item object
72 72
 	 */
73 73
 	public function createItem( $type = null, $domain = null )
74 74
 	{
@@ -179,7 +179,7 @@  discard block
 block discarded – undo
179 179
 	 *
180 180
 	 * @param string $manager Name of the sub manager type in lower case
181 181
 	 * @param string|null $name Name of the implementation, will be from configuration (or Default) if null
182
-	 * @return mixed Manager for different extensions, e.g stock, tags, locations, etc.
182
+	 * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc.
183 183
 	 */
184 184
 	public function getSubManager( $manager, $name = null )
185 185
 	{
Please login to merge, or discard this patch.