@@ -82,7 +82,7 @@ |
||
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 |
@@ -135,7 +135,7 @@ |
||
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 |