| 1 | <?php |
||
| 23 | final class TaskListItemMarkerRenderer implements InlineRendererInterface |
||
| 24 | { |
||
| 25 | private $coreRenderer; |
||
| 26 | |||
| 27 | 9 | public function __construct() |
|
| 32 | |||
| 33 | /** |
||
| 34 | * @param AbstractInline $inline |
||
| 35 | * @param ElementRendererInterface $htmlRenderer |
||
| 36 | * |
||
| 37 | * @return HtmlElement|string|null |
||
| 38 | */ |
||
| 39 | 9 | public function render(AbstractInline $inline, ElementRendererInterface $htmlRenderer) |
|
| 43 | } |
||
| 44 |
If you suppress an error, we recommend checking for the error condition explicitly: