We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80938d commit 77765dcCopy full SHA for 77765dc
src/TelegramFormatter.php
@@ -16,27 +16,27 @@ class TelegramFormatter implements FormatterInterface
16
/**
17
* @var bool
18
*/
19
- private $html;
+ protected $html;
20
21
22
* @var string
23
24
- private $format;
+ protected $format;
25
26
27
28
29
- private $dateFormat;
+ protected $dateFormat;
30
31
32
33
34
- private $separator;
+ protected $separator;
35
36
37
38
39
- private $tags;
+ protected $tags;
40
41
42
* Formatter constructor
0 commit comments