Passed
Push — master ( 71aa0e...ae47e9 )
by Aimeos
15:20
created
src/Client/Html/Basket/Standard/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -213,8 +213,7 @@
 block discarded – undo
213 213
 				(string) $view->param( 'b_stocktype', 'default' ),
214 214
 				$view->param( 'b_siteid' )
215 215
 			);
216
-		}
217
-		else
216
+		} else
218 217
 		{
219 218
 			foreach( (array) $view->param( 'b_prod', [] ) as $values )
220 219
 			{
Please login to merge, or discard this patch.