@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | /** |
| 4 | 4 | * /src/Command/Utils/CheckVendorDependencies.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/Serializer/CollectionNormalizer.php |
| 5 | 5 | * |
@@ -1,5 +1,5 @@ discard block |
||
| 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 |
||
| 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 | } |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | /** |
| 4 | 4 | * /src/Repository/BaseRepository.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/Voter/IsUserHimselfVoter.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/SecurityUser.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/ArgumentResolver/UserValueResolver.php |
| 5 | 5 | * |
@@ -1,7 +1,7 @@ |
||
| 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 | |-------------------------------------------------------------------------- |
@@ -1,6 +1,6 @@ |
||
| 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; |