| @@ -1,5 +1,5 @@ discard block | ||
| 1 | 1 | <?php | 
| 2 | -declare(strict_types = 1); | |
| 2 | +declare(strict_types=1); | |
| 3 | 3 | /** | 
| 4 | 4 | * /src/Security/SecurityUser.php | 
| 5 | 5 | * | 
| @@ -23,7 +23,7 @@ discard block | ||
| 23 | 23 | class SecurityUser implements UserInterface, PasswordAuthenticatedUserInterface | 
| 24 | 24 |  { | 
| 25 | 25 | private string $identifier; | 
| 26 | - private string | null $password; | |
| 26 | + private string|null $password; | |
| 27 | 27 | private Language $language; | 
| 28 | 28 | private Locale $locale; | 
| 29 | 29 | private string $timezone; | 
| @@ -1,5 +1,5 @@ | ||
| 1 | 1 | <?php | 
| 2 | -declare(strict_types = 1); | |
| 2 | +declare(strict_types=1); | |
| 3 | 3 | /** | 
| 4 | 4 | * /src/Enum/Locale.php | 
| 5 | 5 | * |