definitionsDate === null) { return null; } // diffInHours() answers with a float; whole hours is what the // warning threshold and the status document both speak in. return (int) $this->definitionsDate->diffInHours(now()); } }