Completed
Push — master ( b94e09...a59c24 )
by Aimeos
02:35
created
controller/frontend/src/Controller/Frontend/Catalog/Standard.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -227,6 +227,7 @@
 block discarded – undo
227 227
 	 * @param \Aimeos\MW\Criteria\Iface $filter Critera object which contains the filter conditions
228 228
 	 * @param string[] $domains Domain names of items that are associated with the products and that should be fetched too
229 229
 	 * @param integer &$total Parameter where the total number of found products will be stored in
230
+	 * @param integer $total
230 231
 	 * @return array Ordered list of product items implementing \Aimeos\MShop\Product\Item\Iface
231 232
 	 * @since 2015.08
232 233
 	 * @deprecated Use method in index controller instead
Please login to merge, or discard this patch.
controller/frontend/src/Controller/Frontend/Index/Standard.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@  discard block
 block discarded – undo
25 25
 	 * Returns the given search filter with the conditions attached for filtering by attribute.
26 26
 	 *
27 27
 	 * @param \Aimeos\MW\Criteria\Iface $filter Criteria object used for product search
28
-	 * @param string|array $catid Selected category by the user
29 28
 	 * @return \Aimeos\MW\Criteria\Iface Criteria object containing the conditions for searching
30 29
 	 * @since 2017.03
31 30
 	 */
@@ -78,6 +77,7 @@  discard block
 block discarded – undo
78 77
 	 * @param \Aimeos\MW\Criteria\Iface $filter Criteria object used for product search
79 78
 	 * @param string|array $catId Selected category by the user
80 79
 	 * @param integer $level Constant for current category only, categories of next level (LEVEL_LIST) or whole subtree (LEVEL_SUBTREE)
80
+	 * @param string $sort
81 81
 	 * @return \Aimeos\MW\Criteria\Iface Criteria object containing the conditions for searching
82 82
 	 * @since 2017.03
83 83
 	 */
@@ -261,6 +261,7 @@  discard block
 block discarded – undo
261 261
 	 * @param \Aimeos\MW\Criteria\Iface $filter Critera object which contains the filter conditions
262 262
 	 * @param string[] $domains Domain names of items that are associated with the products and that should be fetched too
263 263
 	 * @param integer &$total Parameter where the total number of found products will be stored in
264
+	 * @param integer $total
264 265
 	 * @return array Ordered list of product items implementing \Aimeos\MShop\Product\Item\Iface
265 266
 	 * @since 2017.03
266 267
 	 */
@@ -286,7 +287,7 @@  discard block
 block discarded – undo
286 287
 	 * Returns the list of catalog IDs for the given catalog tree
287 288
 	 *
288 289
 	 * @param \Aimeos\MShop\Catalog\Item\Iface $item Catalog item with children
289
-	 * @return array List of catalog IDs
290
+	 * @return integer[] List of catalog IDs
290 291
 	 */
291 292
 	protected function getCatalogIdsFromTree( \Aimeos\MShop\Catalog\Item\Iface $item )
292 293
 	{
Please login to merge, or discard this patch.