Completed
Push — master ( 3b7f27...fe93f5 )
by Camilo
03:04 queued 42s
created
src/Telegram/Types/Custom/ChatMembersArray.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     /**
29 29
      * Traverses through our $data, yielding the result set
30 30
      *
31
-     * @return ChatMember[]
31
+     * @return \Generator
32 32
      */
33 33
     public function traverseObject()
34 34
     {
Please login to merge, or discard this patch.
src/Telegram/Types/Custom/InlineKeyboardButtonArray.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
     /**
31 31
      * Traverses through our $data, yielding the result set
32 32
      *
33
-     * @return Button[]
33
+     * @return \Generator
34 34
      */
35 35
     public function traverseObject()
36 36
     {
Please login to merge, or discard this patch.
src/Telegram/Types/Custom/KeyboardButtonArray.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
     /**
31 31
      * Traverses through our $data, yielding the result set
32 32
      *
33
-     * @return KeyboardButton[]
33
+     * @return \Generator
34 34
      */
35 35
     public function traverseObject()
36 36
     {
Please login to merge, or discard this patch.
src/Telegram/Types/Custom/MessageEntityArray.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     /**
29 29
      * Traverses through our $data, yielding the result set
30 30
      *
31
-     * @return MessageEntity[]
31
+     * @return \Generator
32 32
      */
33 33
     public function traverseObject()
34 34
     {
Please login to merge, or discard this patch.
src/Telegram/Types/Custom/PhotoSizeArray.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     /**
29 29
      * Traverses through our $data, yielding the result set
30 30
      *
31
-     * @return PhotoSize[]
31
+     * @return \Generator
32 32
      */
33 33
     public function traverseObject()
34 34
     {
Please login to merge, or discard this patch.
src/Telegram/Types/Custom/UpdatesArray.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/Types/Custom/GameHighScoreArray.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     /**
28 28
      * Traverses through our $data, yielding the result set
29 29
      *
30
-     * @return GameHighScore[]
30
+     * @return \Generator
31 31
      */
32 32
     public function traverseObject()
33 33
     {
Please login to merge, or discard this patch.
src/Telegram/Types/Custom/UserProfilePhotosArray.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     /**
29 29
      * Traverses through our $data, yielding the result set
30 30
      *
31
-     * @return PhotoSize[]
31
+     * @return \Generator
32 32
      */
33 33
     public function traverseObject()
34 34
     {
Please login to merge, or discard this patch.