Test Setup Failed
Push — master ( 58160e...03ec4c )
by Igor
03:08
created
src/Configuration/SerializationOptions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
                     implode(
83 83
                         ', ',
84 84
                         array_map(
85
-                            static function (string $s): string {
85
+                            static function(string $s): string {
86 86
                                 return '"'.$s.'"';
87 87
                             },
88 88
                             self::SUPPORTED_SERIALIZERS
Please login to merge, or discard this patch.
src/Configuration/GeneralOptions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -135,7 +135,7 @@
 block discarded – undo
135 135
                     implode(
136 136
                         ', ',
137 137
                         array_map(
138
-                            static function (string $s): string {
138
+                            static function(string $s): string {
139 139
                                 return '"'.$s.'"';
140 140
                             },
141 141
                             self::SUPPORTED_HTTP_CLIENTS
Please login to merge, or discard this patch.
ecs.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
 use Symplify\EasyCodingStandard\ValueObject\Option;
10 10
 use Symplify\EasyCodingStandard\ValueObject\Set\SetList;
11 11
 
12
-return static function (ContainerConfigurator $containerConfigurator): void {
12
+return static function(ContainerConfigurator $containerConfigurator): void {
13 13
     $services = $containerConfigurator->services();
14 14
 
15 15
     $services->set(PhpUnitTestAnnotationFixer::class)
Please login to merge, or discard this patch.