Skip to content

Commit a5d0bdf

Browse files
authored
Merge pull request #8 from jbidad/patch-2
Update TelegramFormatter.php
2 parents 807c45c + 77765dc commit a5d0bdf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/TelegramFormatter.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,27 @@ class TelegramFormatter implements FormatterInterface
1616
/**
1717
* @var bool
1818
*/
19-
private $html;
19+
protected $html;
2020

2121
/**
2222
* @var string
2323
*/
24-
private $format;
24+
protected $format;
2525

2626
/**
2727
* @var string
2828
*/
29-
private $dateFormat;
29+
protected $dateFormat;
3030

3131
/**
3232
* @var string
3333
*/
34-
private $separator;
34+
protected $separator;
3535

3636
/**
3737
* @var string
3838
*/
39-
private $tags;
39+
protected $tags;
4040

4141
/**
4242
* Formatter constructor

0 commit comments

Comments
 (0)