Completed
Pull Request — development (#795)
by Nick
04:25
created
htdocs/lib2/edithelper.inc.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
  * @param $oldDescMode
32 32
  * @param $descMode
33 33
  * @param $text
34
- * @return mixed|string
34
+ * @return string
35 35
  */
36 36
 function processEditorInput($oldDescMode, $descMode, $text, &$representText)
37 37
 {
@@ -54,9 +54,9 @@  discard block
 block discarded – undo
54 54
 
55 55
 /**
56 56
  * @param $text
57
- * @param $texthtml0
57
+ * @param boolean $texthtml0
58 58
  *
59
- * @return mixed|string
59
+ * @return string
60 60
  */
61 61
 function html2plaintext($text, $texthtml0)
62 62
 {
Please login to merge, or discard this patch.