Completed
Push — master ( e9afb6...977be3 )
by Aimeos
09:16
created
lib/mshoplib/src/MShop/Customer/Manager/Base.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -186,7 +186,6 @@
 block discarded – undo
186 186
 	/**
187 187
 	 * Returns the address items for the given customer IDs
188 188
 	 *
189
-	 * @param array $prodIds List of customer IDs
190 189
 	 * @return array Associative list of customer IDs / address IDs as keys and items implementing
191 190
 	 * 	\Aimeos\MShop\Common\Item\Address\Iface as values
192 191
 	 */
Please login to merge, or discard this patch.
lib/mshoplib/src/MShop/Customer/Manager/Standard.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -558,6 +558,7 @@
 block discarded – undo
558 558
 	 * @param \Aimeos\MW\Criteria\Iface $search Search criteria object
559 559
 	 * @param string[] $ref List of domains to fetch list items and referenced items for
560 560
 	 * @param integer|null &$total Number of items that are available in total
561
+	 * @param integer $total
561 562
 	 * @return array Associative list of IDs as keys and items implementing \Aimeos\MShop\Customer\Item\Iface as values
562 563
 	 */
563 564
 	public function searchItems( \Aimeos\MW\Criteria\Iface $search, array $ref = [], &$total = null )
Please login to merge, or discard this patch.