@@ -26,7 +26,7 @@ |
||
26 | 26 | * @param ElementRendererInterface $htmlRenderer |
27 | 27 | * @param bool $inTightList |
28 | 28 | * |
29 | - * @return string |
|
29 | + * @return HtmlElement |
|
30 | 30 | */ |
31 | 31 | public function render(AbstractBlock $block, ElementRendererInterface $htmlRenderer, $inTightList = false) |
32 | 32 | { |
@@ -38,7 +38,7 @@ |
||
38 | 38 | |
39 | 39 | /** |
40 | 40 | * @param string $option |
41 | - * @param mixed $default |
|
41 | + * @param string $default |
|
42 | 42 | * |
43 | 43 | * @return mixed |
44 | 44 | */ |
@@ -62,6 +62,7 @@ |
||
62 | 62 | * @param int $indent |
63 | 63 | * @param int $column |
64 | 64 | * @param bool $partiallyConsumedTab |
65 | + * @param string $encoding |
|
65 | 66 | */ |
66 | 67 | public function __construct($line, $length, $currentPosition, $previousPosition, $nextNonSpaceCache, $indent, $column, $partiallyConsumedTab, $encoding) |
67 | 68 | { |