Passed
Push — master ( 6188a9...e7d3e1 )
by Jhao
05:48
created
src/Emulation/Canvas.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.