@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | /** |
| 4 | 4 | * /src/Security/Provider/ApiKeyUserProvider.php |
| 5 | 5 | * |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | /** |
| 4 | 4 | * /src/Security/Provider/SecurityUserFactory.php |
| 5 | 5 | * |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | /** |
| 4 | 4 | * /src/Security/SecurityUserInterface.php |
| 5 | 5 | * |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | /** |
| 4 | 4 | * /src/EventSubscriber/BlameableDecorator.php |
| 5 | 5 | * |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | /** |
| 4 | 4 | * /src/Security/Authenticator/ApiKeyAuthenticator.php |
| 5 | 5 | * |
@@ -4,7 +4,7 @@ |
||
| 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 | |
@@ -4,7 +4,7 @@ |
||
| 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 | |