Completed
Branch master (79581d)
by Michael
06:20
created
htdocs/class/xoopseditor/tinymce/tinymce.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -265,7 +265,7 @@
 block discarded – undo
265 265
     /**
266 266
      * @param string $css_file
267 267
      *
268
-     * @return array
268
+     * @return string[]
269 269
      */
270 270
     function loadCss($css_file = 'style.css')
271 271
     {
Please login to merge, or discard this patch.
htdocs/class/xoopseditor/tinymce4/formtinymce.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
     /**
114 114
      * prepare HTML for output
115 115
      *
116
-     * @return    sting HTML
116
+     * @return    string HTML
117 117
      */
118 118
     function render()
119 119
     {
Please login to merge, or discard this patch.
htdocs/class/xoopseditor/tinymce4/tinymce.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
   * Creates one instance of the tinyMCE object
48 48
   *
49 49
   * @param    array     $config     The configuration
50
-  * @return   object    $instance   The instance of tinyMCE object
50
+  * @return   TinyMCE    $instance   The instance of tinyMCE object
51 51
   **/
52 52
     function &instance( $config )
53 53
     {
@@ -72,7 +72,7 @@  discard block
 block discarded – undo
72 72
 
73 73
   /**
74 74
   * Initializes the tinyMCE
75
-  * @return   true
75
+  * @return   boolean
76 76
   **/
77 77
 
78 78
     function init()
Please login to merge, or discard this patch.
htdocs/class/xoopseditor/tinymcejquery/formtinymcejquery.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
     /**
118 118
      * prepare HTML for output
119 119
      *
120
-     * @return    sting HTML
120
+     * @return    string HTML
121 121
      */
122 122
     function render()
123 123
     {
Please login to merge, or discard this patch.
htdocs/class/xoopseditor/whizzywig/formwhizzywig.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -92,7 +92,6 @@  discard block
 block discarded – undo
92 92
     /**
93 93
      * Get initial content
94 94
      *
95
-     * @param        bool    $encode To sanitizer the text? Default value should be "true"; however we have to set "false" for backward compat
96 95
      * @return        string
97 96
      */
98 97
     function getValue() {
@@ -119,7 +118,7 @@  discard block
 block discarded – undo
119 118
     /**
120 119
      * prepare HTML for output
121 120
      *
122
-     * @return  sting HTML
121
+     * @return  string HTML
123 122
      */
124 123
     function render()
125 124
     {
Please login to merge, or discard this patch.
htdocs/class/xoopseditor/wmd/formwmd.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -92,7 +92,6 @@  discard block
 block discarded – undo
92 92
     /**
93 93
      * Get initial content
94 94
      *
95
-     * @param        bool    $encode To sanitizer the text? Default value should be "true"; however we have to set "false" for backward compat
96 95
      * @return        string
97 96
      */
98 97
     function getValue() {
@@ -119,7 +118,7 @@  discard block
 block discarded – undo
119 118
     /**
120 119
      * prepare HTML for output
121 120
      *
122
-     * @return  sting HTML
121
+     * @return  string HTML
123 122
      */
124 123
     function render()
125 124
     {
Please login to merge, or discard this patch.
htdocs/class/xoopseditor/wymeditor/formwymeditor.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -99,7 +99,6 @@  discard block
 block discarded – undo
99 99
     /**
100 100
      * Get initial content
101 101
      *
102
-     * @param        bool    $encode To sanitizer the text? Default value should be "true"; however we have to set "false" for backward compat
103 102
      * @return        string
104 103
      */
105 104
     function getValue() {
@@ -130,7 +129,7 @@  discard block
 block discarded – undo
130 129
     /**
131 130
      * prepare HTML for output
132 131
      *
133
-     * @return  sting HTML
132
+     * @return  string HTML
134 133
      */
135 134
     function render()
136 135
     {
Please login to merge, or discard this patch.
htdocs/class/xoopseditor/wysibb/formsceditor.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -88,7 +88,6 @@  discard block
 block discarded – undo
88 88
     /**
89 89
      * Get initial content
90 90
      *
91
-     * @param        bool    $encode To sanitizer the text? Default value should be "true"; however we have to set "false" for backward compat
92 91
      * @return        string
93 92
      */
94 93
     function getValue() {
@@ -115,7 +114,7 @@  discard block
 block discarded – undo
115 114
     /**
116 115
      * prepare HTML for output
117 116
      *
118
-     * @return  sting HTML
117
+     * @return  string HTML
119 118
      */
120 119
     function render()
121 120
     {
Please login to merge, or discard this patch.
htdocs/class/xoopseditor/xheditor/xheditor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
      * prepare HTML for output
67 67
      *
68 68
      * @param   bool    decode content?
69
-     * @return  sting HTML
69
+     * @return  string HTML
70 70
      */
71 71
     function render($decode = true)
72 72
     {
Please login to merge, or discard this patch.