@@ -31,7 +31,7 @@ discard block |
||
| 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 |
||
| 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 | { |
@@ -6,8 +6,6 @@ |
||
| 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 | |