Passed
Push — master ( 6f3baa...9e2f96 )
by Aimeos
18:50 queued 15:43
created
src/Client/Html/Basket/Standard/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -181,8 +181,7 @@
 block discarded – undo
181 181
 				array_filter( (array) $view->param( 'b_attrcustid', [] ) ),
182 182
 				(string) $view->param( 'b_stocktype', 'default' )
183 183
 			);
184
-		}
185
-		else
184
+		} else
186 185
 		{
187 186
 			foreach( (array) $view->param( 'b_prod', [] ) as $values )
188 187
 			{
Please login to merge, or discard this patch.