Completed
Push — master ( 9d6293...1b9c64 )
by Tarmo
18s queued 13s
created
src/Enum/Language.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/Language.php
5 5
  *
Please login to merge, or discard this patch.
src/Enum/Traits/GetValues.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/Traits/GetValues.php
5 5
  *
Please login to merge, or discard this patch.
src/Enum/Interfaces/StringEnumInterface.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/Interfaces/StringEnumInterface.php
5 5
  *
Please login to merge, or discard this patch.
src/Doctrine/DBAL/Types/RealEnumType.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/Doctrine/DBAL/Types/RealEnumType.php
5 5
  *
Please login to merge, or discard this patch.
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
  *
@@ -22,7 +22,7 @@  discard block
 block discarded – undo
22 22
 class SecurityUser implements UserInterface, PasswordAuthenticatedUserInterface
23 23
 {
24 24
     private string $identifier;
25
-    private string | null $password;
25
+    private string|null $password;
26 26
     private Language $language;
27 27
     private string $locale;
28 28
     private string $timezone;
Please login to merge, or discard this patch.
src/Enum/Interfaces/DatabaseEnumInterface.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/Interfaces/StringEnumInterface.php
5 5
  *
Please login to merge, or discard this patch.