version = $version; $this->executedAt = $executedAt; $this->executionTime = $executionTime; } public function getExecutionTime(): ?float { return $this->executionTime; } public function getExecutedAt(): ?DateTimeImmutable { return $this->executedAt; } public function getVersion(): Version { return $this->version; } }