Completed
Push — master ( 7a59d3...b4224f )
by Denis
22s
created
src/formatters/AlignFormatter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
                 return str_repeat(' ', floor($halfDelta)) . $value . str_repeat(' ', ceil($halfDelta));
36 36
 
37 37
             case 'right':
38
-                return str_repeat(' ', $length - $trimLength - 1). $value . ' ';
38
+                return str_repeat(' ', $length - $trimLength - 1) . $value . ' ';
39 39
         }
40 40
 
41 41
         return $value;
Please login to merge, or discard this patch.