Completed
Pull Request — master (#29)
by Goffy
01:44
created
include/html2text/html2text.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
  * then \r becomes \n. This means that all newlines (Unix, Windows, Mac)
52 52
  * all become \ns.
53 53
  *
54
- * @param mixed $text
54
+ * @param string $text
55 55
  *
56 56
  * @return string fixed text
57 57
  */
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
 }
67 67
 
68 68
 /**
69
- * @param $node
69
+ * @param DOMNode $node
70 70
  *
71 71
  * @return null|string
72 72
  */
@@ -89,7 +89,7 @@  discard block
 block discarded – undo
89 89
 }
90 90
 
91 91
 /**
92
- * @param $node
92
+ * @param DOMNode $node
93 93
  *
94 94
  * @return null|string
95 95
  */
Please login to merge, or discard this patch.