@@ -26,7 +26,7 @@ |
||
26 | 26 | } |
27 | 27 | |
28 | 28 | /** |
29 | - * @return mixed |
|
29 | + * @return string |
|
30 | 30 | */ |
31 | 31 | public function getIntervalExpression() |
32 | 32 | { |
@@ -57,7 +57,7 @@ |
||
57 | 57 | $execution->getHandlerClass(), |
58 | 58 | $execution->getScheduleTime()->format(\DateTime::RFC3339), |
59 | 59 | !$execution->getEndTime() ? '' : $execution->getEndTime()->format(\DateTime::RFC3339), |
60 | - (round($execution->getDuration(), 6) * 1000000) . 'ms', |
|
60 | + (round($execution->getDuration(), 6) * 1000000).'ms', |
|
61 | 61 | ] |
62 | 62 | ); |
63 | 63 | } |