Skip to content

Commit c3c7f93

Browse files
authored
Merge pull request #100 from Eleirbag89/analysis-87BOkk
Apply fixes from StyleCI
2 parents 2dd29e9 + 6b474fd commit c3c7f93

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Telegram.php

+10-10
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ public function getFile($file_id)
791791

792792
return $this->endpoint('getFile', $content);
793793
}
794-
794+
795795
/// Kick Chat Member
796796

797797
/**
@@ -825,7 +825,7 @@ public function kickChatMember(array $content)
825825
{
826826
return $this->endpoint('kickChatMember', $content);
827827
}
828-
828+
829829
/// Leave Chat
830830

831831
/**
@@ -851,7 +851,7 @@ public function leaveChat(array $content)
851851
{
852852
return $this->endpoint('leaveChat', $content);
853853
}
854-
854+
855855
/// Unban Chat Member
856856

857857
/**
@@ -883,7 +883,7 @@ public function unbanChatMember(array $content)
883883
{
884884
return $this->endpoint('unbanChatMember', $content);
885885
}
886-
886+
887887
/// Get Chat Information
888888

889889
/**
@@ -2360,7 +2360,7 @@ public function unpinChatMessage(array $content)
23602360
{
23612361
return $this->endpoint('unpinChatMessage', $content);
23622362
}
2363-
2363+
23642364
/// Get Sticker Set
23652365

23662366
/**
@@ -2386,7 +2386,7 @@ public function getStickerSet(array $content)
23862386
{
23872387
return $this->endpoint('getStickerSet', $content);
23882388
}
2389-
2389+
23902390
/// Upload Sticker File
23912391

23922392
/**
@@ -2418,7 +2418,7 @@ public function uploadStickerFile(array $content)
24182418
{
24192419
return $this->endpoint('uploadStickerFile', $content);
24202420
}
2421-
2421+
24222422
/// Create New Sticker Set
24232423

24242424
/**
@@ -2480,7 +2480,7 @@ public function createNewStickerSet(array $content)
24802480
{
24812481
return $this->endpoint('createNewStickerSet', $content);
24822482
}
2483-
2483+
24842484
/// Add Sticker To Set
24852485

24862486
/**
@@ -2530,7 +2530,7 @@ public function addStickerToSet(array $content)
25302530
{
25312531
return $this->endpoint('addStickerToSet', $content);
25322532
}
2533-
2533+
25342534
/// Set Sticker Position In Set
25352535

25362536
/**
@@ -2562,7 +2562,7 @@ public function setStickerPositionInSet(array $content)
25622562
{
25632563
return $this->endpoint('setStickerPositionInSet', $content);
25642564
}
2565-
2565+
25662566
/// Delete Sticker From Set
25672567

25682568
/**

0 commit comments

Comments
 (0)