Passed
Pull Request — master (#753)
by Alexandr
61:14
created
src/Serializer/Normalizer/CollectionNormalizer.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/Serializer/CollectionNormalizer.php
5 5
  *
Please login to merge, or discard this patch.
src/Repository/BaseRepository.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/Repository/BaseRepository.php
5 5
  *
Please login to merge, or discard this patch.
src/Security/Voter/IsUserHimselfVoter.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/Voter/IsUserHimselfVoter.php
5 5
  *
Please login to merge, or discard this patch.
src/Security/SecurityUser.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/SecurityUser.php
5 5
  *
Please login to merge, or discard this patch.
merge-phpunit-xml.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
 #!/usr/bin/env php
2 2
 <?php
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 require __DIR__ . '/vendor/autoload.php';
5 5
 
6 6
 use SebastianBergmann\FinderFacade\FinderFacade;
Please login to merge, or discard this patch.
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/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.