Completed
Branch master (474000)
by Tarmo
22:41 queued 18:50
created
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/Resource/Collection.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 /**
4 4
  * /src/Resource/Collection.php
5 5
  *
@@ -99,7 +99,7 @@  discard block
 block discarded – undo
99 99
      */
100 100
     private function resourceFilter(?string $resourceName): Closure
101 101
     {
102
-        return static function (RestResourceInterface $restResource) use ($resourceName): bool {
102
+        return static function (RestResourceInterface $restResource) use ($resourceName) : bool {
103 103
             return $resourceName !== null && $restResource instanceof $resourceName;
104 104
         };
105 105
     }
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.