Skip to content

Commit e973b61

Browse files
Merge pull request #119
Add `number_format` function import to `ProgressBarView`
2 parents 33c4b0e + b5bf328 commit e973b61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)