Passed
Pull Request — master (#76)
by
unknown
03:29
created
client/html/src/Client/Html/Checkout/Standard/Summary/Standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -256,7 +256,7 @@
 block discarded – undo
256 256
 
257 257
 				$view->summaryErrorCodes = $errors;
258 258
 				$view->standardStepActive = 'summary';
259
-				$view->standardErrorList = array_merge(array( $error ), $view->get( 'standardErrorList', [] ));
259
+				$view->standardErrorList = array_merge( array( $error ), $view->get( 'standardErrorList', [] ) );
260 260
 			}
261 261
 
262 262
 
Please login to merge, or discard this patch.