Completed
Push — master ( c2a3d2...b72147 )
by Camilo
04:31 queued 02:29
created
src/Telegram/Types/Custom/MessageArray.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
     /**
30 30
      * Traverses through our $data, yielding the result set
31 31
      *
32
-     * @return Update[]
32
+     * @return \Generator
33 33
      */
34 34
     public function traverseObject()
35 35
     {
Please login to merge, or discard this patch.
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/Telegram/Types/Custom/PassportFileArray.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
     /**
27 27
      * Traverses through our $data, yielding the result set
28 28
      *
29
-     * @return PhotoSize[]
29
+     * @return \Generator
30 30
      */
31 31
     public function traverseObject(): \Generator
32 32
     {
Please login to merge, or discard this patch.