Completed
Push — master ( d842b8...9602bf )
by Aimeos
01:29
created
lib/custom/src/MShop/Customer/Manager/Typo3.php 1 patch
Doc Comments   +5 added lines, -4 removed lines patch added patch discarded remove patch
@@ -247,7 +247,7 @@  discard block
 block discarded – undo
247 247
 	/**
248 248
 	 * Initializes a new customer manager object using the given context object.
249 249
 	 *
250
-	 * @param \Aimeos\MShop\Context\Iface $context Context object with required objects
250
+	 * @param \Aimeos\MShop\Context\Item\Iface $context Context object with required objects
251 251
 	 */
252 252
 	public function __construct( \Aimeos\MShop\Context\Item\Iface $context )
253 253
 	{
@@ -305,7 +305,7 @@  discard block
 block discarded – undo
305 305
 	 * Creates a new empty item instance
306 306
 	 *
307 307
 	 * @param array $values Values the item should be initialized with
308
-	 * @return \Aimeos\MShop\Common\Item\Site\Iface New site item object
308
+	 * @return \Aimeos\MShop\Customer\Item\Iface New site item object
309 309
 	 */
310 310
 	public function createItem( array $values = [] )
311 311
 	{
@@ -348,7 +348,7 @@  discard block
 block discarded – undo
348 348
 	 *
349 349
 	 * @param \Aimeos\MShop\Customer\Item\Iface $item Customer item object
350 350
 	 * @param boolean $fetch True if the new ID should be returned in the item
351
-	 * @return \Aimeos\MShop\Common\Item\Iface $item Updated item including the generated ID
351
+	 * @return \Aimeos\MShop\Common\Item\ListRef\Iface $item Updated item including the generated ID
352 352
 	 */
353 353
 	public function saveItem( \Aimeos\MShop\Common\Item\Iface $item, $fetch = true )
354 354
 	{
@@ -540,6 +540,7 @@  discard block
 block discarded – undo
540 540
 	 *
541 541
 	 * @param \Aimeos\MW\Criteria\Iface $search Search criteria object
542 542
 	 * @param integer &$total Number of items that are available in total
543
+	 * @param integer $total
543 544
 	 * @return array List of items implementing \Aimeos\MShop\Customer\Item\Iface
544 545
 	 * @throws \Aimeos\MShop\Customer\Exception If creating items failed
545 546
 	 */
@@ -589,7 +590,7 @@  discard block
 block discarded – undo
589 590
 	 *
590 591
 	 * @param string $manager Name of the sub manager type in lower case
591 592
 	 * @param string|null $name Name of the implementation, will be from configuration (or Default) if null
592
-	 * @return mixed Manager for different extensions, e.g stock, tags, locations, etc.
593
+	 * @return \Aimeos\MShop\Common\Manager\Iface Manager for different extensions, e.g stock, tags, locations, etc.
593 594
 	 */
594 595
 	public function getSubManager( $manager, $name = null )
595 596
 	{
Please login to merge, or discard this patch.