Skip to content

Commit 096c625

Browse files
Fix return type
1 parent 9601fa7 commit 096c625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TimeTracker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public static function run(callable $callback, array $params = [], string $unit
130130
* Calculates the elapsed time for a timer.
131131
*
132132
* @param string $id The identifier for the timer.
133-
* @return Result|null The TimeTracker instance or null if the timer does not exist.
133+
* @return Result|null The Result instance or null if the timer does not exist.
134134
*/
135135
public function calculate(string $id): ?Result
136136
{

0 commit comments

Comments
 (0)