Completed
Push — master ( c5e469...58b639 )
by Aimeos
11:04
created
lib/custom/src/MShop/Customer/Manager/Laravel.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -239,7 +239,7 @@  discard block
 block discarded – undo
239 239
 	/**
240 240
 	 * Removes old entries from the storage.
241 241
 	 *
242
-	 * @param array $siteids List of IDs for sites whose entries should be deleted
242
+	 * @param integer[] $siteids List of IDs for sites whose entries should be deleted
243 243
 	 */
244 244
 	public function cleanup( array $siteids )
245 245
 	{
@@ -292,7 +292,7 @@  discard block
 block discarded – undo
292 292
 	 *
293 293
 	 * @param \Aimeos\MShop\Customer\Item\Iface $item Customer item object
294 294
 	 * @param boolean $fetch True if the new ID should be returned in the item
295
-	 * @return \Aimeos\MShop\Common\Item\Iface $item Updated item including the generated ID
295
+	 * @return \Aimeos\MShop\Common\Item\ListRef\Iface $item Updated item including the generated ID
296 296
 	 */
297 297
 	public function saveItem( \Aimeos\MShop\Common\Item\Iface $item, $fetch = true )
298 298
 	{
@@ -520,7 +520,7 @@  discard block
 block discarded – undo
520 520
 	 *
521 521
 	 * @param string $manager Name of the sub manager type in lower case
522 522
 	 * @param string|null $name Name of the implementation, will be from configuration (or Default) if null
523
-	 * @return mixed Manager for different extensions, e.g stock, tags, locations, etc.
523
+	 * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc.
524 524
 	 */
525 525
 	public function getSubManager( $manager, $name = null )
526 526
 	{
Please login to merge, or discard this patch.