Completed
Push — master ( b3ecbc...e6a09e )
by
unknown
16:42
created
typo3/sysext/core/Classes/Charset/CharsetConverter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -518,7 +518,7 @@
 block discarded – undo
518 518
         while (!feof($fh)) {
519 519
             $line = (string)fgets($fh, 4096);
520 520
             // Has a lot of info
521
-            [$char, $name, $cat, , , $decomp, , , $num] = explode(';', rtrim($line));
521
+            [$char, $name, $cat,,, $decomp,,, $num] = explode(';', rtrim($line));
522 522
             $ord = hexdec($char);
523 523
             if ($ord > 65535) {
524 524
                 // Only process the BMP
Please login to merge, or discard this patch.