@@ -83,7 +83,7 @@ |
||
83 | 83 | * @param string $format The default format is milliseconds. See the class constants for additional |
84 | 84 | * formats. |
85 | 85 | * |
86 | - * @return mixed The formatted time, formatted by the formatter string passed for $format. |
|
86 | + * @return string The formatted time, formatted by the formatter string passed for $format. |
|
87 | 87 | * @throws \LogicException |
88 | 88 | * If the timer was not started, a \LogicException will be thrown. Use @see \Ayesh\PHP_Timer\Timer::start() |
89 | 89 | * to start a timer. |