Completed
Branch feat/no-more-form-types-in-con... (ca14f0)
by Tarmo
04:21
created
src/Command/Traits/SymfonyStyleTrait.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/SymfonyStyleTrait.php
5 5
  *
Please login to merge, or discard this patch.
src/Command/Utils/CheckVendorDependencies.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/Utils/CheckVendorDependencies.php
5 5
  *
Please login to merge, or discard this patch.
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.
src/ArgumentResolver/UserValueResolver.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/ArgumentResolver/UserValueResolver.php
5 5
  *
Please login to merge, or discard this patch.
phpinsights.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /** @noinspection PhpUndefinedNamespaceInspection */
3 3
 /** @noinspection PhpUndefinedClassInspection */
4
-declare(strict_types = 1);
4
+declare(strict_types=1);
5 5
 return [
6 6
     /*
7 7
     |--------------------------------------------------------------------------
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.