Passed
Push — master ( 804968...729e4d )
by Aimeos
17:18 queued 08:53
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
@@ -209,8 +209,7 @@
 block discarded – undo
209 209
 					->send();
210 210
 
211 211
 				$error = [$i18n->dt( 'client', 'Message sent successfully' )];
212
-			}
213
-			else
212
+			} else
214 213
 			{
215 214
 				$error = [$i18n->dt( 'client', 'No recipient configured' )];
216 215
 			}
Please login to merge, or discard this patch.