Passed
Push — master ( 14ba76...7fd101 )
by Aimeos
07:09 queued 03:39
created
client/html/src/Client/Html/Account/Review/Standard.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -166,5 +166,5 @@
 block discarded – undo
166 166
 	 * @since 2020.10
167 167
 	 * @category Developer
168 168
 	 * @see client/html/account/review/template-body
169
-	*/
169
+	 */
170 170
 }
Please login to merge, or discard this patch.
client/html/src/Client/Html/Basket/Standard/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -187,8 +187,7 @@
 block discarded – undo
187 187
 				(string) $view->param( 'b_supplier', '' ),
188 188
 				$view->param( 'b_siteid' )
189 189
 			);
190
-		}
191
-		else
190
+		} else
192 191
 		{
193 192
 			foreach( (array) $view->param( 'b_prod', [] ) as $values )
194 193
 			{
Please login to merge, or discard this patch.