Skip to content

Commit c0e110b

Browse files
committed
Apply fixes from StyleCI
1 parent bd1d759 commit c0e110b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Telegram.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ public function sendVoice(array $content)
280280
/// Send a location
281281

282282
/**
283-
* See <a href="https://core.telegram.org/bots/api#sendlocation">sendLocation</a> for the input values
283+
* See <a href="https://core.telegram.org/bots/api#sendlocation">sendLocation</a> for the input values
284284
* \param $content the request parameters as array
285285
* \return the JSON Telegram's reply.
286286
*/
@@ -363,10 +363,10 @@ public function sendVenue(array $content)
363363

364364
//Send contact
365365

366-
/**
366+
/**
367367
* See <a href="https://core.telegram.org/bots/api#sendcontact">sendContact</a> for the input values
368368
* \param $content the request parameters as array
369-
* \return the JSON Telegram's reply
369+
* \return the JSON Telegram's reply.
370370
*/
371371
public function sendContact(array $content)
372372
{
@@ -378,7 +378,7 @@ public function sendContact(array $content)
378378
/**
379379
* See <a href="https://core.telegram.org/bots/api#sendpoll">sendPoll</a> for the input values
380380
* \param $content the request parameters as array
381-
* \return the JSON Telegram's reply
381+
* \return the JSON Telegram's reply.
382382
*/
383383
public function sendPoll(array $content)
384384
{
@@ -390,7 +390,7 @@ public function sendPoll(array $content)
390390
/**
391391
* See <a href="https://core.telegram.org/bots/api#senddice">sendDice</a> for the input values
392392
* \param $content the request parameters as array
393-
* \return the JSON Telegram's reply
393+
* \return the JSON Telegram's reply.
394394
*/
395395
public function sendDice(array $content)
396396
{
@@ -1332,7 +1332,7 @@ public function restrictChatMember(array $content)
13321332
/// Promote Chat Member
13331333

13341334
/**
1335-
* See <a href="https://core.telegram.org/bots/api#promotechatmember">promoteChatMember</a> for the input values
1335+
* See <a href="https://core.telegram.org/bots/api#promotechatmember">promoteChatMember</a> for the input values
13361336
* \param $content the request parameters as array
13371337
* \return the JSON Telegram's reply.
13381338
*/
@@ -1344,7 +1344,7 @@ public function promoteChatMember(array $content)
13441344
/// Set chat Administrator custom title
13451345

13461346
/**
1347-
* See <a href="https://core.telegram.org/bots/api#setchatadministratorcustomtitle">setChatAdministratorCustomTitle</a> for the input values
1347+
* See <a href="https://core.telegram.org/bots/api#setchatadministratorcustomtitle">setChatAdministratorCustomTitle</a> for the input values
13481348
* \param $content the request parameters as array
13491349
* \return the JSON Telegram's reply.
13501350
*/
@@ -1356,7 +1356,7 @@ public function setChatAdministratorCustomTitle(array $content)
13561356
/// Ban a channel chat in a super group or channel
13571357

13581358
/**
1359-
* See <a href="https://core.telegram.org/bots/api#banchatsenderchat">banChatSenderChat</a> for the input values
1359+
* See <a href="https://core.telegram.org/bots/api#banchatsenderchat">banChatSenderChat</a> for the input values
13601360
* \param $content the request parameters as array
13611361
* \return the JSON Telegram's reply.
13621362
*/
@@ -1368,7 +1368,7 @@ public function banChatSenderChat(array $content)
13681368
/// Unban a channel chat in a super group or channel
13691369

13701370
/**
1371-
* See <a href="https://core.telegram.org/bots/api#unbanchatsenderchat">unbanChatSenderChat</a> for the input values
1371+
* See <a href="https://core.telegram.org/bots/api#unbanchatsenderchat">unbanChatSenderChat</a> for the input values
13721372
* \param $content the request parameters as array
13731373
* \return the JSON Telegram's reply.
13741374
*/
@@ -1380,7 +1380,7 @@ public function unbanChatSenderChat(array $content)
13801380
/// Set default chat permission for all members
13811381

13821382
/**
1383-
* See <a href="https://core.telegram.org/bots/api#setchatpermissions">setChatPermissions</a> for the input values
1383+
* See <a href="https://core.telegram.org/bots/api#setchatpermissions">setChatPermissions</a> for the input values
13841384
* \param $content the request parameters as array
13851385
* \return the JSON Telegram's reply.
13861386
*/

0 commit comments

Comments
 (0)