Indentation

This commit is contained in:
TimZ99 2020-05-18 19:41:08 +02:00
parent 72de1479fa
commit 875b0208b5
No known key found for this signature in database
GPG Key ID: 4D8268DC68E8339D
1 changed files with 1 additions and 2 deletions

View File

@ -86,8 +86,7 @@ class SMSAPI extends Core
// One user at a time. // One user at a time.
$recipients_chunk = array_chunk($this->recipients, 1); $recipients_chunk = array_chunk($this->recipients, 1);
foreach ($recipients_chunk as $recipient) foreach ($recipients_chunk as $recipient) {
{
try { try {
$response = $this->processSendOperation($host, $recipient, $message); $response = $this->processSendOperation($host, $recipient, $message);
} catch (\RuntimeException $e) { } catch (\RuntimeException $e) {