@@ -275,7 +275,7 @@ discard block |
||
275 | 275 | /** |
276 | 276 | * Will get the element name from the html string. |
277 | 277 | * |
278 | - * @param $html string |
|
278 | + * @param string $html string |
|
279 | 279 | * |
280 | 280 | * @return string The element name. |
281 | 281 | */ |
@@ -300,8 +300,8 @@ discard block |
||
300 | 300 | /** |
301 | 301 | * Will parse the script and style contents correctly. |
302 | 302 | * |
303 | - * @param $tag string |
|
304 | - * @param $html string |
|
303 | + * @param string $tag string |
|
304 | + * @param string $html string |
|
305 | 305 | * |
306 | 306 | * @return string The remaining HTML. |
307 | 307 | */ |
@@ -343,8 +343,8 @@ discard block |
||
343 | 343 | * |
344 | 344 | * "iframe" elements. |
345 | 345 | * |
346 | - * @param $tag string |
|
347 | - * @param $html string |
|
346 | + * @param string $tag string |
|
347 | + * @param string $html string |
|
348 | 348 | * |
349 | 349 | * @return string The remaining HTML. |
350 | 350 | */ |