| 1 | <?php |
||
| 26 | final class QuoteRenderer implements InlineRendererInterface |
||
| 27 | { |
||
| 28 | private $coreRenderer; |
||
| 29 | |||
| 30 | 48 | public function __construct() |
|
| 35 | |||
| 36 | /** |
||
| 37 | 45 | * @param AbstractInline $inline |
|
| 38 | * @param ElementRendererInterface $htmlRenderer |
||
| 39 | 12 | * |
|
| 40 | 39 | * @return HtmlElement|string|null |
|
| 41 | */ |
||
| 42 | 6 | public function render(AbstractInline $inline, ElementRendererInterface $htmlRenderer) |
|
| 46 | } |
||
| 47 |
If you suppress an error, we recommend checking for the error condition explicitly: