Passed
Branch master (930682)
by Jeff
04:31
created
Category
src/Kernel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 /**
5 5
  * This file is part of the mailserver-admin package.
6 6
  * (c) Jeffrey Boehm <https://github.com/jeboehm/mailserver-admin>
Please login to merge, or discard this patch.
src/Subscriber/ChangePasswordSubscriber.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 /**
5 5
  * This file is part of the mailserver-admin package.
6 6
  * (c) Jeffrey Boehm <https://github.com/jeboehm/mailserver-admin>
Please login to merge, or discard this patch.
src/Security/Encoder/DefaultPasswordEncoder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 /**
5 5
  * This file is part of the mailserver-admin package.
6 6
  * (c) Jeffrey Boehm <https://github.com/jeboehm/mailserver-admin>
Please login to merge, or discard this patch.
src/Security/Provider/UserProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 /**
5 5
  * This file is part of the mailserver-admin package.
6 6
  * (c) Jeffrey Boehm <https://github.com/jeboehm/mailserver-admin>
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
     {
28 28
         $this->userRepository = $userRepository;
29 29
         $this->admins = array_map(
30
-            function (string $element) {
30
+            function(string $element) {
31 31
                 $element = mb_strtolower($element);
32 32
 
33 33
                 return trim($element);
Please login to merge, or discard this patch.
config/bundles.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 /**
5 5
  * This file is part of the mailserver-admin package.
6 6
  * (c) Jeffrey Boehm <https://github.com/jeboehm/mailserver-admin>
Please login to merge, or discard this patch.
public/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 /**
5 5
  * This file is part of the mailserver-admin package.
6 6
  * (c) Jeffrey Boehm <https://github.com/jeboehm/mailserver-admin>
Please login to merge, or discard this patch.