Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit f469a46

Browse files
committed
fixed CS
1 parent 102eb00 commit f469a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Acme/DemoBundle/Controller/DemoController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function contactAction(Request $request)
4242

4343
if ($form->isValid()) {
4444
$mailer = $this->get('mailer');
45-
45+
4646
// .. setup a message and send it
4747
// http://symfony.com/doc/current/cookbook/email.html
4848

0 commit comments

Comments
 (0)