Passed
Push — master ( 2fb7f4...1afc0b )
by Aimeos
02:14
created
src/Client/Html/Cms/Page/Contact/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -88,8 +88,7 @@
 block discarded – undo
88 88
 
89 89
 				$info = [$context->translate( 'client', 'Message sent successfully' )];
90 90
 				$view->infos = array_merge( $view->get( 'infos', [] ), $info );
91
-			}
92
-			else
91
+			} else
93 92
 			{
94 93
 				$error = [$context->translate( 'client', 'No recipient configured' )];
95 94
 				$view->errors = array_merge( $view->get( 'errors', [] ), $error );
Please login to merge, or discard this patch.