Completed
Push — master ( 50f2c0...06b9c1 )
by Aimeos
18:42
created
lib/custom/src/MShop/Customer/Manager/Typo3.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -728,7 +728,7 @@
 block discarded – undo
728 728
 	 *
729 729
 	 * @param string $manager Name of the sub manager type in lower case
730 730
 	 * @param string|null $name Name of the implementation, will be from configuration (or Default) if null
731
-	 * @return mixed Manager for different extensions, e.g stock, tags, locations, etc.
731
+	 * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc.
732 732
 	 */
733 733
 	public function getSubManager( string $manager, string $name = null ) : \Aimeos\MShop\Common\Manager\Iface
734 734
 	{
Please login to merge, or discard this patch.