Remove else condition. #738
This commit is contained in:
parent
e102766961
commit
674a862586
1 changed files with 2 additions and 2 deletions
|
|
@ -4018,8 +4018,8 @@ class ResqJobOrderHandler implements JobOrderHandlerInterface
|
||||||
$notif_number = $hub->getNotifNumber();
|
$notif_number = $hub->getNotifNumber();
|
||||||
if (empty($notif_number))
|
if (empty($notif_number))
|
||||||
return null;
|
return null;
|
||||||
else
|
|
||||||
$phone_number = $this->country_code . $notif_number;
|
$phone_number = $this->country_code . $notif_number;
|
||||||
|
|
||||||
// check if reason is administrative
|
// check if reason is administrative
|
||||||
if ($rejection->getReason() == JORejectionReason::ADMINISTRATIVE)
|
if ($rejection->getReason() == JORejectionReason::ADMINISTRATIVE)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue