Completed
Push — master ( a6279e...34fb22 )
by Irfaq
10:47
created
src/Providers/Provider.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.