hour; } /** * @param int $count */ public function setCount($count): void { $this->count = (int) $count; } public function getCount(): int { return $this->count; } }