Skip to content

Commit 3d0f8f2

Browse files
committed
lint
1 parent 73432f0 commit 3d0f8f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Support/InlineFormHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ private function padAndTruncate(string $text, int $width): string
327327
}
328328

329329
// Pad with spaces and add space on both sides
330-
$padded = str_pad($text, $width - 2, ' ');
330+
$padded = mb_str_pad($text, $width - 2, ' ');
331331

332332
return ' '.$padded.' ';
333333
}

0 commit comments

Comments
 (0)