We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd04b57 commit e7350f3Copy full SHA for e7350f3
src/Timer.php
@@ -63,8 +63,8 @@ public static function resetAll(): void {
63
64
/**
65
* Formats the given time the processor into the given format.
66
- * @param $value
67
- * @param $format
+ * @param float $value
+ * @param string|bool $format
68
* @return string
69
*/
70
private static function formatTime(float $value, $format): string {
0 commit comments