mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-21 08:56:27 +02:00
Improve code style formatter + fix unused var in octopush
This commit is contained in:
parent
d9cc959bbd
commit
3976ef0a24
5 changed files with 13 additions and 17 deletions
|
@ -201,11 +201,6 @@ class OctopushVirtualNumberAdapter implements AdapterInterface
|
|||
'sms_type' => self::SMS_TYPE_LOWCOST,
|
||||
];
|
||||
|
||||
if ($this->sender !== null)
|
||||
{
|
||||
$datas['sms_sender'] = $this->sender;
|
||||
}
|
||||
|
||||
$endpoint = $this->api_url . '/sms/json';
|
||||
|
||||
$curl = curl_init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue