Skip to content

Commit d05de06

Browse files
authored
Merge pull request #98 from Eleirbag89/analysis-zYM55o
Apply fixes from StyleCI
2 parents cb31ee3 + bdddf0f commit d05de06

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Telegram.php

+6-6
Original file line numberDiff line numberDiff line change
@@ -2224,7 +2224,7 @@ public function deleteChatPhoto(array $content)
22242224
{
22252225
return $this->endpoint('deleteChatPhoto', $content);
22262226
}
2227-
2227+
22282228
// Set Chat Title
22292229

22302230
/**
@@ -2260,7 +2260,7 @@ public function setChatTitle(array $content)
22602260
// Set Chat Description
22612261

22622262
/**
2263-
* Use this method to change the description of a supergroup or a channel. The bot must be an administrator in the chat for this to work and must have the appropriate admin rights. Returns True on success.
2263+
* Use this method to change the description of a supergroup or a channel. The bot must be an administrator in the chat for this to work and must have the appropriate admin rights. Returns True on success.
22642264
* <table>
22652265
* <tr>
22662266
* <td><strong>Parameters</strong></td>
@@ -2292,7 +2292,7 @@ public function setChatDescription(array $content)
22922292
// Pin Chat Message
22932293

22942294
/**
2295-
* Use this method to pin a message in a supergroup. The bot must be an administrator in the chat for this to work and must have the appropriate admin rights. Returns True on success.
2295+
* Use this method to pin a message in a supergroup. The bot must be an administrator in the chat for this to work and must have the appropriate admin rights. Returns True on success.
22962296
* <table>
22972297
* <tr>
22982298
* <td><strong>Parameters</strong></td>
@@ -2326,11 +2326,11 @@ public function pinChatMessage(array $content)
23262326
{
23272327
return $this->endpoint('pinChatMessage', $content);
23282328
}
2329-
2329+
23302330
// Unpin Chat Message
23312331

23322332
/**
2333-
* Use this method to unpin a message in a supergroup chat. The bot must be an administrator in the chat for this to work and must have the appropriate admin rights. Returns True on success.
2333+
* Use this method to unpin a message in a supergroup chat. The bot must be an administrator in the chat for this to work and must have the appropriate admin rights. Returns True on success.
23342334
* <table>
23352335
* <tr>
23362336
* <td><strong>Parameters</strong></td>
@@ -2352,7 +2352,7 @@ public function unpinChatMessage(array $content)
23522352
{
23532353
return $this->endpoint('unpinChatMessage', $content);
23542354
}
2355-
2355+
23562356
/// Delete a message
23572357

23582358
/**

0 commit comments

Comments
 (0)