| Total Complexity | 3 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | final class Strikethrough extends AbstractInline implements DelimitedInterface |
||
| 20 | { |
||
| 21 | /** @var string */ |
||
| 22 | private $delimeter; |
||
| 23 | |||
| 24 | 42 | public function __construct(string $delimeter = '~~') |
|
| 29 | 42 | } |
|
| 30 | |||
| 31 | 6 | public function getOpeningDelimiter(): string |
|
| 34 | } |
||
| 35 | |||
| 36 | 6 | public function getClosingDelimiter(): string |
|
| 41 |