We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93f63d9 commit 49cb97dCopy full SHA for 49cb97d
src/ProjectData/ProjectData.php
@@ -168,18 +168,18 @@ public function setCurrentScreenId($currentScreenId): ProjectData
168
}
169
170
/**
171
- * @return int
+ * @return float
172
*/
173
- public function getDuration(): int
+ public function getDuration(): float
174
{
175
return $this->duration;
176
177
178
179
- * @param int $duration
+ * @param float $duration
180
* @return ProjectData
181
182
- private function setDuration(int $duration): ProjectData
+ private function setDuration(float $duration): ProjectData
183
184
$this->duration = $duration;
185
0 commit comments