Skip to content

Commit e7350f3

Browse files
committed
Fix parameter type docblock in Timer::formatTime
1 parent bd04b57 commit e7350f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Timer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ public static function resetAll(): void {
6363

6464
/**
6565
* Formats the given time the processor into the given format.
66-
* @param $value
67-
* @param $format
66+
* @param float $value
67+
* @param string|bool $format
6868
* @return string
6969
*/
7070
private static function formatTime(float $value, $format): string {

0 commit comments

Comments
 (0)