deadline = new \DateTime('now'); } /** * Get the profit of the job * * @return float * * @since 1.0.0 */ public function getProfit() : float { return $this->value - $this->cost; } }