@@ -25,8 +25,8 @@ |
||
25 | 25 | private $style; |
26 | 26 | |
27 | 27 | /** |
28 | - * @param string $style Either 'HTML', 'Markdown' or 'MarkdownV2'. |
|
29 | - */ |
|
28 | + * @param string $style Either 'HTML', 'Markdown' or 'MarkdownV2'. |
|
29 | + */ |
|
30 | 30 | public function __construct(string $style = 'HTML') |
31 | 31 | { |
32 | 32 | $this->style = $style; |