Passed
Push — master ( 81aeab...86426b )
by Aimeos
02:58
created
client/html/src/Client/Html/Cms/Page/Contact/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -208,8 +208,7 @@
 block discarded – undo
208 208
 				->send();
209 209
 
210 210
 				$error = [$i18n->dt( 'client', 'Message sent successfully' )];
211
-			}
212
-			else
211
+			} else
213 212
 			{
214 213
 				$error = [$i18n->dt( 'client', 'No recipient configured' )];
215 214
 			}
Please login to merge, or discard this patch.