@@ -71,7 +71,7 @@ |
||
| 71 | 71 | |
| 72 | 72 | public function getEmail() |
| 73 | 73 | { |
| 74 | - return $this->email; |
|
| 74 | + return $this->email; |
|
| 75 | 75 | } |
| 76 | 76 | |
| 77 | 77 | public function getSalt() |
@@ -38,7 +38,7 @@ |
||
| 38 | 38 | |
| 39 | 39 | $formBuilder = parent::createEntityFormBuilder($entity, $view); |
| 40 | 40 | $formBuilder-> |
| 41 | - add('roles', ChoiceType::class,[ |
|
| 41 | + add('roles', ChoiceType::class, [ |
|
| 42 | 42 | 'expanded' => true, |
| 43 | 43 | 'multiple' => true, |
| 44 | 44 | 'placeholder' => 'Choice a role', |
@@ -1,4 +1,4 @@ |
||
| 1 | -<?php declare(strict_types = 1); |
|
| 1 | +<?php declare(strict_types=1); |
|
| 2 | 2 | |
| 3 | 3 | namespace DoctrineMigrations; |
| 4 | 4 | |