Completed
Push — master ( 48d21c...8ed5cd )
by Aimeos
12:02
created
lib/mshoplib/src/MShop/Common/Item/ListRef/Base.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
 	 * to the requested domain to get the items. Otherwise, no items will be
51 51
 	 * returned by this method.
52 52
 	 *
53
-	 * @param array|string|null $domain Name/Names of the domain (e.g. product, text, etc.) or null for all
53
+	 * @param string $domain Name/Names of the domain (e.g. product, text, etc.) or null for all
54 54
 	 * @param array|string|null $listtype Name/Names of the list item type or null for all
55 55
 	 * @param array|string|null $type Name/Names of the item type or null for all
56 56
 	 * @param boolean $active True to return only active items, false to return all
@@ -113,9 +113,9 @@  discard block
 block discarded – undo
113 113
 	 * to the requested domain to get the items. Otherwise, no items will be
114 114
 	 * returned by this method.
115 115
 	 *
116
-	 * @param array|string|null $domain Name/Names of the domain (e.g. product, text, etc.) or null for all
116
+	 * @param string $domain Name/Names of the domain (e.g. product, text, etc.) or null for all
117 117
 	 * @param array|string|null $type Name/Names of the item type or null for all
118
-	 * @param array|string|null $listtype Name/Names of the list item type or null for all
118
+	 * @param string $listtype Name/Names of the list item type or null for all
119 119
 	 * @param boolean $active True to return only active items, false to return all
120 120
 	 * @return array List of items implementing \Aimeos\MShop\Common\Item\Iface
121 121
 	 */
Please login to merge, or discard this patch.