Completed
Push — master ( 6e716b...9d3f5c )
by Aimeos
02:52
created
controller/frontend/src/Controller/Frontend/Attribute/Standard.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
25 25
 	 * Returns the given search filter with the conditions attached for filtering by type code
26 26
 	 *
27 27
 	 * @param \Aimeos\MW\Criteria\Iface $filter Criteria object used for attribute search
28
-	 * @param array $codes List of attribute type codes
28
+	 * @param string[] $codes List of attribute type codes
29 29
 	 * @return \Aimeos\MW\Criteria\Iface Criteria object containing the conditions for searching
30 30
 	 * @since 2017.03
31 31
 	 */
@@ -108,6 +108,7 @@  discard block
 block discarded – undo
108 108
 	 * @param \Aimeos\MW\Criteria\Iface $filter Critera object which contains the filter conditions
109 109
 	 * @param string[] $domains Domain names of items that are associated with the attributes and that should be fetched too
110 110
 	 * @param integer &$total Parameter where the total number of found attributes will be stored in
111
+	 * @param integer $total
111 112
 	 * @return array Ordered list of attribute items implementing \Aimeos\MShop\Attribute\Item\Iface
112 113
 	 * @since 2017.03
113 114
 	 */
Please login to merge, or discard this patch.
controller/frontend/src/Controller/Frontend/Locale/Standard.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -65,6 +65,7 @@
 block discarded – undo
65 65
 	 * @param \Aimeos\MW\Criteria\Iface $filter Critera object which contains the filter conditions
66 66
 	 * @param string[] $domains Domain names of items that are associated with the locales and that should be fetched too
67 67
 	 * @param integer &$total Parameter where the total number of found locales will be stored in
68
+	 * @param integer $total
68 69
 	 * @return array Ordered list of locale items implementing \Aimeos\MShop\Locale\Item\Iface
69 70
 	 * @since 2017.03
70 71
 	 */
Please login to merge, or discard this patch.
controller/frontend/src/Controller/Frontend/Stock/Standard.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
25 25
 	 * Returns the given search filter with the conditions attached for filtering by product code
26 26
 	 *
27 27
 	 * @param \Aimeos\MW\Criteria\Iface $filter Criteria object used for stock search
28
-	 * @param array $codes List of product codes
28
+	 * @param string[] $codes List of product codes
29 29
 	 * @return \Aimeos\MW\Criteria\Iface Criteria object containing the conditions for searching
30 30
 	 * @since 2017.03
31 31
 	 */
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
 	 * Returns the given search filter with the conditions attached for filtering by type code
46 46
 	 *
47 47
 	 * @param \Aimeos\MW\Criteria\Iface $filter Criteria object used for stock search
48
-	 * @param array $codes List of stock type codes
48
+	 * @param string[] $codes List of stock type codes
49 49
 	 * @return \Aimeos\MW\Criteria\Iface Criteria object containing the conditions for searching
50 50
 	 * @since 2017.03
51 51
 	 */
@@ -95,6 +95,7 @@  discard block
 block discarded – undo
95 95
 	 *
96 96
 	 * @param \Aimeos\MW\Criteria\Iface $filter Critera object which contains the filter conditions
97 97
 	 * @param integer &$total Parameter where the total number of found stocks will be stored in
98
+	 * @param integer $total
98 99
 	 * @return array Ordered list of stock items implementing \Aimeos\MShop\Stock\Item\Iface
99 100
 	 * @since 2017.03
100 101
 	 */
Please login to merge, or discard this patch.