From 37ce76e875ea4fb827a720d8f229a4620c2cb23f Mon Sep 17 00:00:00 2001 From: Gabriele Grillo Date: Wed, 27 Dec 2017 13:45:35 +0000 Subject: [PATCH] Apply fixes from StyleCI --- Telegram.php | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Telegram.php b/Telegram.php index f394af2..e9770a9 100644 --- a/Telegram.php +++ b/Telegram.php @@ -644,7 +644,7 @@ public function sendLocation(array $content) { return $this->endpoint('sendLocation', $content); } - + /// Edit Message Live Location /** @@ -700,7 +700,7 @@ public function editMessageLiveLocation(array $content) { return $this->endpoint('editMessageLiveLocation', $content); } - + /// Stop Message Live Location /** @@ -744,7 +744,7 @@ public function stopMessageLiveLocation(array $content) { return $this->endpoint('stopMessageLiveLocation', $content); } - + /// Set Chat Sticker Set /** @@ -770,8 +770,7 @@ public function setChatStickerSet(array $content) { return $this->endpoint('setChatStickerSet', $content); } - - + /// Delete Chat Sticker Set /** @@ -797,7 +796,7 @@ public function deleteChatStickerSet(array $content) { return $this->endpoint('deleteChatStickerSet', $content); } - + /// Send Media Group /** @@ -841,7 +840,7 @@ public function sendMediaGroup(array $content) { return $this->endpoint('sendMediaGroup', $content); } - + /// Send Venue /**