Skip to content

Commit 1653d61

Browse files
authored
Update Telegram.php
added semicolon after animation const!
1 parent 38c1891 commit 1653d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Telegram.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class Telegram
6666
/**
6767
* Constant for type animation.
6868
*/
69-
const ANIMATION = 'animation'
69+
const ANIMATION = 'animation';
7070

7171
private $bot_token = '';
7272
private $data = [];

0 commit comments

Comments
 (0)