From 664e9c0f12b70e640947c9f97c58f9159cd84476 Mon Sep 17 00:00:00 2001 From: James Hemery Date: Tue, 22 Dec 2020 23:22:25 +0100 Subject: [PATCH] Fix PHPCS warning --- SpotHitTransport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpotHitTransport.php b/SpotHitTransport.php index e4e3656..2f1c30c 100644 --- a/SpotHitTransport.php +++ b/SpotHitTransport.php @@ -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(),