@@ -265,7 +265,7 @@ |
||
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 | { |
@@ -113,7 +113,7 @@ |
||
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 | { |
@@ -47,7 +47,7 @@ discard block |
||
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 |
||
72 | 72 | |
73 | 73 | /** |
74 | 74 | * Initializes the tinyMCE |
75 | - * @return true |
|
75 | + * @return boolean |
|
76 | 76 | **/ |
77 | 77 | |
78 | 78 | function init() |
@@ -117,7 +117,7 @@ |
||
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 | { |
@@ -92,7 +92,6 @@ discard block |
||
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 |
||
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 | { |
@@ -92,7 +92,6 @@ discard block |
||
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 |
||
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 | { |
@@ -99,7 +99,6 @@ discard block |
||
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 |
||
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 | { |
@@ -88,7 +88,6 @@ discard block |
||
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 |
||
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 | { |
@@ -66,7 +66,7 @@ |
||
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 | { |