Passed
Push — master ( 2dea8c...1a0534 )
by Sebastian
02:34
created
src/ConvertHelper.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1492,8 +1492,7 @@
 block discarded – undo
1492 1492
                 if (mb_strlen($actual.$word) <= $width) 
1493 1493
                 {
1494 1494
                     $actual .= $word.' ';
1495
-                } 
1496
-                else 
1495
+                } else 
1497 1496
                 {
1498 1497
                     if ($actual != '') {
1499 1498
                         $line .= rtrim($actual).$break;
Please login to merge, or discard this patch.