@@ -36,7 +36,7 @@ |
||
36 | 36 | foreach (file($csvPath) as $line) { |
37 | 37 | if ($line[0] == 'f') continue; |
38 | 38 | $widths = explode(',', trim($line)); |
39 | - if (count(range(33, 126)) + 3 == count($widths)) { |
|
39 | + if (count(range(33, 126))+3 == count($widths)) { |
|
40 | 40 | $fontName = array_shift($widths); |
41 | 41 | $fontSize = array_shift($widths); |
42 | 42 | $boldMulti = array_shift($widths); |