Completed
Push — master ( 918968...41e45f )
by Mathieu
06:18
created
src/PDF.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,6 +76,9 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.