Passed
Branch master (3c7ef6)
by Lorenzo
09:27
created
Category
src/HeaderConversion.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
      */
23 23
     public function convert(string $header): string
24 24
     {
25
-        $langs = collect(explode(',', $header))->map(static function (string $lang) {
25
+        $langs = collect(explode(',', $header))->map(static function(string $lang) {
26 26
             if (str_contains($lang, ';')) {
27 27
                 $langWithQ = explode(';', $lang);
28 28
                 return collect([
Please login to merge, or discard this patch.