Completed
Push — master ( 433dcb...30ca3b )
by Aimeos
01:44
created
controller/frontend/src/Controller/Frontend/Product/Decorator/Base.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -191,7 +191,7 @@
 block discarded – undo
191 191
 	/**
192 192
 	 * Returns the frontend controller
193 193
 	 *
194
-	 * @return \Aimeos\Controller\Frontend\Product\Iface Frontend controller object
194
+	 * @return \Aimeos\Controller\Frontend\Iface Frontend controller object
195 195
 	 */
196 196
 	protected function getController()
197 197
 	{
Please login to merge, or discard this patch.
controller/frontend/src/Controller/Frontend/Product/Standard.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
 	 *
139 139
 	 * @param string $operator Comparison operator, e.g. "==", "!=", "<", "<=", ">=", ">", "=~", "~="
140 140
 	 * @param string $key Search key defined by the product manager, e.g. "product.status"
141
-	 * @param array|string $value Value or list of values to compare to
141
+	 * @param string $value Value or list of values to compare to
142 142
 	 * @return \Aimeos\Controller\Frontend\Product\Iface Product controller for fluent interface
143 143
 	 * @since 2019.04
144 144
 	 */
Please login to merge, or discard this patch.