Passed
Push — main ( dd1e4a...643412 )
by Dimitri
04:55
created
src/Utilities/String/Text.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -831,8 +831,8 @@
 block discarded – undo
831 831
         $shortRight = ceil($short / 2);
832 832
 
833 833
         return mb_substr(str_repeat($pad, $shortLeft), 0, $shortLeft) .
834
-               $value .
835
-               mb_substr(str_repeat($pad, $shortRight), 0, $shortRight);
834
+                $value .
835
+                mb_substr(str_repeat($pad, $shortRight), 0, $shortRight);
836 836
     }
837 837
 
838 838
     /**
Please login to merge, or discard this patch.