Completed
Push — master ( f52cfe...a1b462 )
by Camilo
02:57
created
src/Telegram/Methods/EditMessageMedia.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
     }
66 66
 
67 67
     /**
68
-     * @param TelegramRawData $data
68
+     * @param TelegramResponse $data
69 69
      * @param LoggerInterface $logger
70 70
      * @return TelegramTypes
71 71
      * @throws InvalidResultType
Please login to merge, or discard this patch.
src/Abstracts/TelegramMethods.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
     /**
79 79
      * Yields all local files (if present)
80 80
      *
81
-     * @return Generator|InputFile[]
81
+     * @return Generator
82 82
      */
83 83
     public function getLocalFiles(): Generator
84 84
     {
Please login to merge, or discard this patch.