Skip to content

Commit 177b367

Browse files
committed
[TwigBridge] Fix TwigDataCollector::getTime() return type
1 parent 69f600d commit 177b367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataCollector/TwigDataCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function lateCollect(): void
7878
$templateFinder($this->profile);
7979
}
8080

81-
public function getTime(): int
81+
public function getTime(): float
8282
{
8383
return $this->getProfile()->getDuration() * 1000;
8484
}

0 commit comments

Comments
 (0)