Skip to content

Commit fd28b8a

Browse files
committed
remove Redundant initializer
1 parent 678f837 commit fd28b8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Telegram.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ class Telegram
8484
*/
8585
const MY_CHAT_MEMBER = 'my_chat_member';
8686

87-
private $bot_token = '';
88-
private $data = [];
87+
private $bot_token;
88+
private $data;
8989
private $updates = [];
9090
private $log_errors;
9191
private $proxy;

0 commit comments

Comments
 (0)