@@ -2,6 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace App\Entity; |
4 | 4 | |
5 | -abstract class AbstractAppEntity{ |
|
5 | +abstract class AbstractAppEntity { |
|
6 | 6 | |
7 | 7 | } |
8 | 8 | \ No newline at end of file |
@@ -9,7 +9,7 @@ |
||
9 | 9 | use Symfony\Component\Form\FormBuilderInterface; |
10 | 10 | use Symfony\Component\OptionsResolver\OptionsResolver; |
11 | 11 | |
12 | -class CommentFormType extends AbstractType{ |
|
12 | +class CommentFormType extends AbstractType { |
|
13 | 13 | |
14 | 14 | public function buildForm(FormBuilderInterface $builder, array $options) |
15 | 15 | { |