@@ -159,7 +159,7 @@ discard block |
||
159 | 159 | } |
160 | 160 | |
161 | 161 | /** |
162 | - * @return mixed |
|
162 | + * @return string |
|
163 | 163 | */ |
164 | 164 | public function __toString() |
165 | 165 | { |
@@ -321,9 +321,9 @@ discard block |
||
321 | 321 | } |
322 | 322 | |
323 | 323 | /** |
324 | - * @param $content |
|
324 | + * @param string $content |
|
325 | 325 | * |
326 | - * @return mixed |
|
326 | + * @return string |
|
327 | 327 | */ |
328 | 328 | protected function fixHtmlOutput($content) |
329 | 329 | { |
@@ -142,7 +142,7 @@ |
||
142 | 142 | } |
143 | 143 | |
144 | 144 | /** |
145 | - * @return mixed |
|
145 | + * @return string |
|
146 | 146 | */ |
147 | 147 | public function __toString() |
148 | 148 | { |
@@ -33,7 +33,7 @@ |
||
33 | 33 | } |
34 | 34 | |
35 | 35 | /** |
36 | - * @return mixed |
|
36 | + * @return string |
|
37 | 37 | */ |
38 | 38 | public function __toString() |
39 | 39 | { |