@@ -89,7 +89,7 @@ discard block |
||
| 89 | 89 | /** |
| 90 | 90 | * Get Page Source Code. |
| 91 | 91 | * |
| 92 | - * @param $url |
|
| 92 | + * @param string $url |
|
| 93 | 93 | * |
| 94 | 94 | * @throws VideoDownloaderException |
| 95 | 95 | */ |
@@ -195,9 +195,9 @@ discard block |
||
| 195 | 195 | /** |
| 196 | 196 | * Decode Unicode Sequences. |
| 197 | 197 | * |
| 198 | - * @param $str |
|
| 198 | + * @param string $str |
|
| 199 | 199 | * |
| 200 | - * @return mixed |
|
| 200 | + * @return string |
|
| 201 | 201 | */ |
| 202 | 202 | protected function decodeUnicode($str) |
| 203 | 203 | { |
@@ -223,7 +223,7 @@ discard block |
||
| 223 | 223 | /** |
| 224 | 224 | * @param $uni |
| 225 | 225 | * |
| 226 | - * @return bool|mixed|string |
|
| 226 | + * @return string |
|
| 227 | 227 | */ |
| 228 | 228 | protected function replace_unicode_escape_sequence($uni) |
| 229 | 229 | { |