Passed
Push — master ( 9c9ace...e0a5ea )
by Tarmo
08:13 queued 12s
created
src/Command/ApiKey/RemoveApiKeyCommand.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/Command/ApiKey/RemoveApiKeyCommand.php
5 5
  *
Please login to merge, or discard this patch.
src/Command/ApiKey/ApiKeyHelper.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/Command/ApiKey/ApiKeyHelper.php
5 5
  *
Please login to merge, or discard this patch.
src/Command/ApiKey/ApiKeyManagementCommand.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/Command/ApiKey/ApiKeyManagementCommand.php
5 5
  *
Please login to merge, or discard this patch.
src/Command/ApiKey/EditApiKeyCommand.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/Command/ApiKey/EditApiKeyCommand.php
5 5
  *
Please login to merge, or discard this patch.
src/Command/ApiKey/ListApiKeysCommand.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/Command/ApiKey/ListApiKeysCommand.php
5 5
  *
Please login to merge, or discard this patch.
src/Command/Traits/ExecuteMultipleCommandTrait.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/Command/Traits/ExecuteMultipleCommandTrait.php
5 5
  *
Please login to merge, or discard this patch.
src/Command/Traits/ApiKeyUserManagementHelperTrait.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/Command/Traits/ApiKeyUserManagementHelperTrait.php
5 5
  *
Please login to merge, or discard this patch.
src/Command/HelperConfigure.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/Command/HelperConfigure.php
5 5
  *
Please login to merge, or discard this patch.
src/EventListener/UserEntityEventListener.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/EventListener/UserEntityEventListener.php
5 5
  *
Please login to merge, or discard this patch.