Skip to content

Commit

Permalink
Fix coding standard by automatic rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek committed Mar 21, 2022
1 parent 0d1ea8b commit dffc3bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/SmsSender.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ public function send(string $message, string $phoneNumber, int $defaultPrefix =
$this->password
. $this->login
. 'send'
. substr($message, 0, self::AUTH_MSG_LENGTH)
. substr($message, 0, self::AUTH_MSG_LENGTH),
),
]
],
),
],
]
],
);

$response = (string) file_get_contents($this->apiUrl, false, $context);
Expand Down

0 comments on commit dffc3bb

Please sign in to comment.