Completed
Branch master (79581d)
by Michael
06:20
created
htdocs/class/xoopseditor/hallo/formhallo.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -101,7 +101,6 @@  discard block
 block discarded – undo
101 101
     /**
102 102
      * Get initial content
103 103
      *
104
-     * @param        bool    $encode To sanitizer the text? Default value should be "true"; however we have to set "false" for backward compat
105 104
      * @return        string
106 105
      */
107 106
     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/htmlbox/formhtmlbox.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -126,7 +126,6 @@  discard block
 block discarded – undo
126 126
     /**
127 127
      * Get initial content
128 128
      *
129
-     * @param        bool    $encode To sanitizer the text? Default value should be "true"; however we have to set "false" for backward compat
130 129
      * @return        string
131 130
      */
132 131
     function getValue() {
@@ -153,7 +152,7 @@  discard block
 block discarded – undo
153 152
     /**
154 153
      * prepare HTML for output
155 154
      *
156
-     * @return  sting HTML
155
+     * @return  string HTML
157 156
      */
158 157
     function render()
159 158
     {
Please login to merge, or discard this patch.
htdocs/class/xoopseditor/jhtmlarea/formjhtmlarea.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/jwysiwyg/formjwysiwyg.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/markitup/formmarkitup.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -105,7 +105,6 @@  discard block
 block discarded – undo
105 105
     /**
106 106
      * Get initial content
107 107
      *
108
-     * @param        bool    $encode To sanitizer the text? Default value should be "true"; however we have to set "false" for backward compat
109 108
      * @return        string
110 109
      */
111 110
     function getValue() {
@@ -134,7 +133,7 @@  discard block
 block discarded – undo
134 133
     /**
135 134
      * prepare HTML for output
136 135
      *
137
-     * @return  sting HTML
136
+     * @return  string HTML
138 137
      */
139 138
     function render()
140 139
     {
Please login to merge, or discard this patch.
htdocs/class/xoopseditor/nicedit/formnicedit.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -105,7 +105,6 @@  discard block
 block discarded – undo
105 105
     /**
106 106
      * Get initial content
107 107
      *
108
-     * @param        bool    $encode To sanitizer the text? Default value should be "true"; however we have to set "false" for backward compat
109 108
      * @return        string
110 109
      */
111 110
     function getValue() {
@@ -136,7 +135,7 @@  discard block
 block discarded – undo
136 135
      * prepare HTML for output
137 136
      *
138 137
      * @param   bool    decode content?
139
-     * @return  sting HTML
138
+     * @return  string HTML
140 139
      */
141 140
     function render($decode = true)
142 141
     {
Please login to merge, or discard this patch.
htdocs/class/xoopseditor/openwysiwyg/formopenwysiwyg.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -101,7 +101,6 @@  discard block
 block discarded – undo
101 101
     /**
102 102
      * Get initial content
103 103
      *
104
-     * @param        bool    $encode To sanitizer the text? Default value should be "true"; however we have to set "false" for backward compat
105 104
      * @return        string
106 105
      */
107 106
     function getValue() {
@@ -128,7 +127,7 @@  discard block
 block discarded – undo
128 127
     /**
129 128
      * prepare HTML for output
130 129
      *
131
-     * @return  sting HTML
130
+     * @return  string HTML
132 131
      */
133 132
     function render()
134 133
     {
Please login to merge, or discard this patch.
htdocs/class/xoopseditor/rte/formrte.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -95,7 +95,6 @@  discard block
 block discarded – undo
95 95
     /**
96 96
      * Get initial content
97 97
      *
98
-     * @param        bool    $encode To sanitizer the text? Default value should be "true"; however we have to set "false" for backward compat
99 98
      * @return        string
100 99
      */
101 100
     function getValue() {
@@ -122,7 +121,7 @@  discard block
 block discarded – undo
122 121
     /**
123 122
      * prepare HTML for output
124 123
      *
125
-     * @return  sting HTML
124
+     * @return  string HTML
126 125
      */
127 126
     function render()
128 127
     {
Please login to merge, or discard this patch.
htdocs/class/xoopseditor/sceditor/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.