Completed
Branch master (474000)
by Tarmo
22:41 queued 18:50
created
src/Security/Provider/ApiKeyUserProvider.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/Security/Provider/ApiKeyUserProvider.php
5 5
  *
Please login to merge, or discard this patch.
src/Security/Provider/SecurityUserFactory.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/Security/Provider/SecurityUserFactory.php
5 5
  *
Please login to merge, or discard this patch.
src/Security/SecurityUserInterface.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/Security/SecurityUserInterface.php
5 5
  *
Please login to merge, or discard this patch.
src/EventSubscriber/BlameableDecorator.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/EventSubscriber/BlameableDecorator.php
5 5
  *
Please login to merge, or discard this patch.
src/Security/Authenticator/ApiKeyAuthenticator.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/Security/Authenticator/ApiKeyAuthenticator.php
5 5
  *
Please login to merge, or discard this patch.
src/Migrations/Version20190607143136.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
 /** @noinspection SqlNoDataSourceInspection */
5 5
 /** @noinspection SqlDialectInspection */
6 6
 
7
-declare(strict_types = 1);
7
+declare(strict_types=1);
8 8
 
9 9
 namespace DoctrineMigrations;
10 10
 
Please login to merge, or discard this patch.
src/Migrations/Version20190530181507.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
 /** @noinspection SqlNoDataSourceInspection */
5 5
 /** @noinspection SqlDialectInspection */
6 6
 
7
-declare(strict_types = 1);
7
+declare(strict_types=1);
8 8
 
9 9
 namespace DoctrineMigrations;
10 10
 
Please login to merge, or discard this patch.