Passed
Branch master (930682)
by Jeff
04:31
created
Category
src/Repository/UserRepository.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/Repository/DomainRepository.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/Repository/AliasRepository.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/Migrations/Version20180320171339.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/Migrations/Version20180322081734.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/Migrations/Version20180320164351.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/Entity/User.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/Entity/Domain.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/Entity/Alias.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.