FILE: D:\xampp\htdocs\drupal9.5\web\modules\contrib\sms_every8d\src\Plugin\SmsGateway\Every8d.php
-------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------
89 | WARNING | Unused variable $sms_result.
-------------------------------------------------------------------------------------------------

Comments

Harsh panchal created an issue. See original summary.

Harsh panchal’s picture

Category: Task » Bug report
Status: Active » Needs review
StatusFileSize
new531 bytes

I have fixed this issue and providing a patch.

gayatri chahar’s picture

Status: Needs review » Reviewed & tested by the community
StatusFileSize
new167.6 KB

#2 patch applied successfully. LGTM

gloomcheng’s picture

Version: » 1.0.x-dev
Assigned: Harsh panchal » Unassigned
Status: Reviewed & tested by the community » Closed (won't fix)

Thanks @harsh-panchal and @gayatri-chahar.

I need $sms_result to fetch response message from every8d gateway and assign it to SmsDeliveryReport by setMessageId(), so it would not a bug actually. I will push a commit for it soon.