Skip to content

Commit 62effe5

Browse files
committed
format code for webhook action
1 parent 2b370dd commit 62effe5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Http/Actions/WebhookAction.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function __construct()
1818
}
1919

2020
/**
21-
* Set webhook for telegram bot
21+
* Set webhook for telegram bot.
2222
*
2323
* @return false|string
2424
*/
@@ -28,7 +28,7 @@ public function set(): false|string
2828
}
2929

3030
/**
31-
* Delete webhook for telegram bot
31+
* Delete webhook for telegram bot.
3232
*
3333
* @return false|string
3434
*/
@@ -38,7 +38,7 @@ public function delete(): false|string
3838
}
3939

4040
/**
41-
* Get webhook update
41+
* Get webhook update.
4242
*
4343
* @return false|string
4444
*/

0 commit comments

Comments
 (0)