Skip to content

Commit b5bf328

Browse files
Add number_format function import to ProgressBarView
1 parent f5766ec commit b5bf328

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/View/ProgressBarView.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
use function floor;
1010
use function max;
11+
use function number_format;
1112
use function str_repeat;
1213
use function vsprintf;
1314

0 commit comments

Comments
 (0)