Skip to content

Commit

Permalink
Merge pull request #119 from Eleirbag89/analysis-zOmVnB
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
Eleirbag89 committed Dec 27, 2017
2 parents a1f2064 + 37ce76e commit aec5bc4
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions Telegram.php
Expand Up @@ -644,7 +644,7 @@ public function sendLocation(array $content)
{
return $this->endpoint('sendLocation', $content);
}

/// Edit Message Live Location

/**
Expand Down Expand Up @@ -700,7 +700,7 @@ public function editMessageLiveLocation(array $content)
{
return $this->endpoint('editMessageLiveLocation', $content);
}

/// Stop Message Live Location

/**
Expand Down Expand Up @@ -744,7 +744,7 @@ public function stopMessageLiveLocation(array $content)
{
return $this->endpoint('stopMessageLiveLocation', $content);
}

/// Set Chat Sticker Set

/**
Expand All @@ -770,8 +770,7 @@ public function setChatStickerSet(array $content)
{
return $this->endpoint('setChatStickerSet', $content);
}



/// Delete Chat Sticker Set

/**
Expand All @@ -797,7 +796,7 @@ public function deleteChatStickerSet(array $content)
{
return $this->endpoint('deleteChatStickerSet', $content);
}

/// Send Media Group

/**
Expand Down Expand Up @@ -841,7 +840,7 @@ public function sendMediaGroup(array $content)
{
return $this->endpoint('sendMediaGroup', $content);
}

/// Send Venue

/**
Expand Down

0 comments on commit aec5bc4

Please sign in to comment.