Completed
Push — master ( 871ad1...2f2c74 )
by Michael
06:55
created
htdocs/class/xoopseditor/hallo/formhallo.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/htmlbox/formhtmlbox.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/jhtmlarea/formjhtmlarea.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/jwysiwyg/formjwysiwyg.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/markitup/formmarkitup.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/nicedit/formnicedit.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -111,7 +111,6 @@  discard block
 block discarded – undo
111 111
     /**
112 112
      * Get initial content
113 113
      *
114
-     * @param        bool    $encode To sanitizer the text? Default value should be "true"; however we have to set "false" for backward compat
115 114
      * @return        string
116 115
      */
117 116
     function getValue() {
@@ -123,7 +122,7 @@  discard block
 block discarded – undo
123 122
      * prepare HTML for output
124 123
      *
125 124
      * @param   bool    decode content?
126
-     * @return  sting HTML
125
+     * @return  string HTML
127 126
      */
128 127
     function render($decode = true)
129 128
     {
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
@@ -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/rte/formrte.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/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.