Completed
Push — master ( 82ed2a...577910 )
by Aimeos
14:13
created
lib/custom/src/MShop/Customer/Manager/Laravel.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -381,7 +381,7 @@  discard block
 block discarded – undo
381 381
 	/**
382 382
 	 * Removes old entries from the storage.
383 383
 	 *
384
-	 * @param iterable $siteids List of IDs for sites whose entries should be deleted
384
+	 * @param integer[] $siteids List of IDs for sites whose entries should be deleted
385 385
 	 * @return \Aimeos\MShop\Common\Manager\Iface Same object for fluent interface
386 386
 	 */
387 387
 	public function clear( iterable $siteids ) : \Aimeos\MShop\Common\Manager\Iface
@@ -674,7 +674,7 @@  discard block
 block discarded – undo
674 674
 	 *
675 675
 	 * @param string $manager Name of the sub manager type in lower case
676 676
 	 * @param string|null $name Name of the implementation, will be from configuration (or Default) if null
677
-	 * @return mixed Manager for different extensions, e.g stock, tags, locations, etc.
677
+	 * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc.
678 678
 	 */
679 679
 	public function getSubManager( string $manager, string $name = null ) : \Aimeos\MShop\Common\Manager\Iface
680 680
 	{
Please login to merge, or discard this patch.