Skip to content

Commit 30f2ce2

Browse files
committed
Cleaning up
1 parent 6989867 commit 30f2ce2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/mako/cli/output/components/spinner/AsciiFrames.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class AsciiFrames extends Frames
1515
/**
1616
* {@inheritDoc}
1717
*/
18-
protected const int TIME_BETWEEN_REDRAW = 200000;
18+
protected const int TIME_BETWEEN_REDRAW = 200_000;
1919

2020
/**
2121
* {@inheritDoc}

src/mako/cli/output/components/spinner/Frames.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Frames
1818
/**
1919
* Time between redraw in microseconds.
2020
*/
21-
protected const int TIME_BETWEEN_REDRAW = 100000;
21+
protected const int TIME_BETWEEN_REDRAW = 100_000;
2222

2323
/**
2424
* Spinner frames.

0 commit comments

Comments
 (0)