Skip to content
This repository has been archived by the owner on Mar 28, 2021. It is now read-only.

Commit

Permalink
Fix PHPCS warning
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHemery committed Dec 22, 2020
1 parent 7d69be9 commit 664e9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SpotHitTransport.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ protected function doSend(MessageInterface $message): SentMessage
));
}

$response = $this->client->request('POST', 'https://'.$this->getEndpoint(), [
$response = $this->client->request('POST', 'https://' . $this->getEndpoint(), [
'body' => [
'key' => $this->token,
'destinataires' => $message->getPhone(),
Expand Down

0 comments on commit 664e9c0

Please sign in to comment.