New PHP 7.1 constants visibility for MessageSender.

This commit is contained in:
Alexey Skobkin 2017-01-13 02:28:54 +03:00
parent c1848aad86
commit 3f5e9bda5e
1 changed files with 3 additions and 3 deletions

View File

@ -13,9 +13,9 @@ use unreal4u\TelegramAPI\TgLog;
*/
class MessageSender
{
const PARSE_PLAIN = '';
const PARSE_MARKDOWN = 'Markdown';
const PARSE_HTML5 = 'HTML';
public const PARSE_PLAIN = '';
public const PARSE_MARKDOWN = 'Markdown';
public const PARSE_HTML5 = 'HTML';
/**
* @var TgLog