Passed
Push — develop ( 52b51a...88c487 )
by Remco
04:16
created
classes/Forms/FormProcessor.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,8 +85,10 @@
 block discarded – undo
85 85
 
86 86
 		$error = $gateway->get_error();
87 87
 
88
-		if ( $error instanceof WP_Error ) ) {
88
+		if ( $error instanceof WP_Error ) {
89
+			) {
89 90
 			Plugin::render_errors( $error );
91
+		}
90 92
 
91 93
 			exit;
92 94
 		}
Please login to merge, or discard this patch.