Completed
Pull Request — development (#795)
by Nick
04:25
created
htdocs/lib2/edithelper.inc.php 2 patches
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.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -6,8 +6,6 @@
 block discarded – undo
6 6
 
7 7
 // used in both lib1 and lib2 code
8 8
 
9
-use OcLegacy\Editor\EditorConstants;
10
-
11 9
 require_once __DIR__ . '/smiley.inc.php';
12 10
 
13 11
 
Please login to merge, or discard this patch.