Completed
Push — master ( 52d8b7...8c5f3d )
by Tarmo
17s queued 14s
created
src/Security/SecurityUser.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
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
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Enum/Locale.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 /**
4 4
  * /src/Enum/Locale.php
5 5
  *
Please login to merge, or discard this patch.