File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Symfony/Component/Stopwatch Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ public function getPeriods()
150
150
/**
151
151
* Gets the relative time of the start of the first period.
152
152
*
153
- * @return int The time (in milliseconds)
153
+ * @return int|float The time (in milliseconds)
154
154
*/
155
155
public function getStartTime ()
156
156
{
@@ -160,7 +160,7 @@ public function getStartTime()
160
160
/**
161
161
* Gets the relative time of the end of the last period.
162
162
*
163
- * @return int The time (in milliseconds)
163
+ * @return int|float The time (in milliseconds)
164
164
*/
165
165
public function getEndTime ()
166
166
{
@@ -172,7 +172,7 @@ public function getEndTime()
172
172
/**
173
173
* Gets the duration of the events (including all periods).
174
174
*
175
- * @return int The duration (in milliseconds)
175
+ * @return int|float The duration (in milliseconds)
176
176
*/
177
177
public function getDuration ()
178
178
{
You can’t perform that action at this time.
0 commit comments