Skip to content

Commit aec5bc4

Browse files
authored
Merge pull request #119 from Eleirbag89/analysis-zOmVnB
Apply fixes from StyleCI
2 parents a1f2064 + 37ce76e commit aec5bc4

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

Telegram.php

+6-7
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ public function sendLocation(array $content)
644644
{
645645
return $this->endpoint('sendLocation', $content);
646646
}
647-
647+
648648
/// Edit Message Live Location
649649

650650
/**
@@ -700,7 +700,7 @@ public function editMessageLiveLocation(array $content)
700700
{
701701
return $this->endpoint('editMessageLiveLocation', $content);
702702
}
703-
703+
704704
/// Stop Message Live Location
705705

706706
/**
@@ -744,7 +744,7 @@ public function stopMessageLiveLocation(array $content)
744744
{
745745
return $this->endpoint('stopMessageLiveLocation', $content);
746746
}
747-
747+
748748
/// Set Chat Sticker Set
749749

750750
/**
@@ -770,8 +770,7 @@ public function setChatStickerSet(array $content)
770770
{
771771
return $this->endpoint('setChatStickerSet', $content);
772772
}
773-
774-
773+
775774
/// Delete Chat Sticker Set
776775

777776
/**
@@ -797,7 +796,7 @@ public function deleteChatStickerSet(array $content)
797796
{
798797
return $this->endpoint('deleteChatStickerSet', $content);
799798
}
800-
799+
801800
/// Send Media Group
802801

803802
/**
@@ -841,7 +840,7 @@ public function sendMediaGroup(array $content)
841840
{
842841
return $this->endpoint('sendMediaGroup', $content);
843842
}
844-
843+
845844
/// Send Venue
846845

847846
/**

0 commit comments

Comments
 (0)