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