Remove else condition. #738

This commit is contained in:
Korina Cordero 2023-02-28 08:04:19 +00:00
parent e102766961
commit 674a862586

View file

@ -4018,8 +4018,8 @@ class ResqJobOrderHandler implements JobOrderHandlerInterface
$notif_number = $hub->getNotifNumber();
if (empty($notif_number))
return null;
else
$phone_number = $this->country_code . $notif_number;
$phone_number = $this->country_code . $notif_number;
// check if reason is administrative
if ($rejection->getReason() == JORejectionReason::ADMINISTRATIVE)