@@ -1,6 +1,6 @@ |
||
| 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> |
@@ -1,6 +1,6 @@ |
||
| 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> |
@@ -1,6 +1,6 @@ |
||
| 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> |
@@ -1,6 +1,6 @@ discard block |
||
| 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 |
||
| 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); |
@@ -1,6 +1,6 @@ |
||
| 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> |
@@ -1,6 +1,6 @@ |
||
| 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> |