Passed
Push — master ( 461fcb...e43cf9 )
by Igor
03:06
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.