Completed
Pull Request — develop (#934)
by Armando
02:07
created
src/Request.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -371,7 +371,7 @@  discard block
 block discarded – undo
371 371
      * @param bool  $has_resource
372 372
      * @param array $multipart
373 373
      *
374
-     * @return mixed
374
+     * @return string
375 375
      */
376 376
     private static function mediaInputHelper($item, &$has_resource, array &$multipart)
377 377
     {
@@ -446,7 +446,7 @@  discard block
 block discarded – undo
446 446
      *
447 447
      * @param \Longman\TelegramBot\Entities\File $file
448 448
      *
449
-     * @return boolean
449
+     * @return boolean|string
450 450
      * @throws \Longman\TelegramBot\Exception\TelegramException
451 451
      */
452 452
     public static function downloadFile(File $file)
Please login to merge, or discard this patch.