Completed
Push — master ( f97bb5...a4e8a9 )
by Aimeos
02:10
created
controller/frontend/src/Controller/Frontend/Stock/Decorator/Base.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -103,7 +103,6 @@  discard block
 block discarded – undo
103 103
 	 * Returns the stock item for the given stock ID
104 104
 	 *
105 105
 	 * @param string $id Unique stock ID
106
-	 * @param string[] $domains Domain names of items that are associated with the stocks and that should be fetched too
107 106
 	 * @return \Aimeos\MShop\Stock\Item\Iface Stock item including the referenced domains items
108 107
 	 * @since 2017.03
109 108
 	 */
@@ -141,7 +140,7 @@  discard block
 block discarded – undo
141 140
 	/**
142 141
 	 * Returns the frontend controller
143 142
 	 *
144
-	 * @return \Aimeos\Controller\Frontend\Stock\Iface Frontend controller object
143
+	 * @return \Aimeos\Controller\Frontend\Iface Frontend controller object
145 144
 	 */
146 145
 	protected function getController()
147 146
 	{
Please login to merge, or discard this patch.
controller/frontend/src/Controller/Frontend/Stock/Iface.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,6 @@
 block discarded – undo
54 54
 	 * Returns the stock item for the given stock ID
55 55
 	 *
56 56
 	 * @param string $id Unique stock ID
57
-	 * @param string[] $domains Domain names of items that are associated with the stocks and that should be fetched too
58 57
 	 * @return \Aimeos\MShop\Stock\Item\Iface Stock item including the referenced domains items
59 58
 	 * @since 2017.03
60 59
 	 */
Please login to merge, or discard this patch.
controller/frontend/src/Controller/Frontend/Stock/Standard.php 1 patch
Doc Comments   +3 added lines, -3 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
 	 */
@@ -81,7 +81,6 @@  discard block
 block discarded – undo
81 81
 	 * Returns the stock item for the given stock ID
82 82
 	 *
83 83
 	 * @param string $id Unique stock ID
84
-	 * @param string[] $domains Domain names of items that are associated with the stocks and that should be fetched too
85 84
 	 * @return \Aimeos\MShop\Stock\Item\Iface Stock item including the referenced domains items
86 85
 	 * @since 2017.03
87 86
 	 */
@@ -96,6 +95,7 @@  discard block
 block discarded – undo
96 95
 	 *
97 96
 	 * @param \Aimeos\MW\Criteria\Iface $filter Critera object which contains the filter conditions
98 97
 	 * @param integer &$total Parameter where the total number of found stocks will be stored in
98
+	 * @param integer $total
99 99
 	 * @return array Ordered list of stock items implementing \Aimeos\MShop\Stock\Item\Iface
100 100
 	 * @since 2017.03
101 101
 	 */
Please login to merge, or discard this patch.