Completed
Push — master ( eaa935...61a844 )
by Aimeos
14:23
created
lib/custom/src/MAdmin/Cache/Manager/Redis.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.