Test Failed
Push — master ( 2def23...999d23 )
by Paul
04:14
created
plugin/Handlers/CreateReview.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,9 @@
 block discarded – undo
24 24
 		glsr( Notification::class )->send( $review );
25 25
 		do_action( 'site-reviews/local/review/submitted', null, $command ); // @compat
26 26
 		do_action( 'site-reviews/review/submitted', $review );
27
-		if( $command->ajax_request )return;
27
+		if( $command->ajax_request ) {
28
+			return;
29
+		}
28 30
 		wp_safe_redirect( $this->getReferer( $command ));
29 31
 		exit;
30 32
 	}
Please login to merge, or discard this patch.