@@ -76,6 +76,9 @@ discard block |
||
76 | 76 | return $this->loadHTML($html, $encoding); |
77 | 77 | } |
78 | 78 | |
79 | + /** |
|
80 | + * @param string $html |
|
81 | + */ |
|
79 | 82 | public function loadHTML($html, $encoding = null) |
80 | 83 | { |
81 | 84 | $this->params['document_html'] = $html; |
@@ -237,7 +240,7 @@ discard block |
||
237 | 240 | * @throws \InvalidArgumentException |
238 | 241 | * @throws \BadMethodCallException |
239 | 242 | * |
240 | - * @return $this|mixed |
|
243 | + * @return PDF |
|
241 | 244 | */ |
242 | 245 | public function __call($name, $arguments) |
243 | 246 | { |