@@ -120,7 +120,7 @@ |
||
120 | 120 | $lines = []; |
121 | 121 | $lineWidth = []; |
122 | 122 | |
123 | - while(\count($words) > 0) { |
|
123 | + while (\count($words) > 0) { |
|
124 | 124 | $metrics = $this->image->queryFontMetrics($canvas, \implode(' ', \array_slice($words, 0, $i))); |
125 | 125 | |
126 | 126 | if ($metrics['textWidth'] > $this->width || \count($words) < $i) { |