Completed
Push — master ( 021f1e...bdc39b )
by Marcel
01:57
created
src/BotMan.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -183,7 +183,7 @@  discard block
 block discarded – undo
183 183
     /**
184 184
      * Retrieve the chat message.
185 185
      *
186
-     * @return array
186
+     * @return IncomingMessage[]
187 187
      */
188 188
     public function getMessages()
189 189
     {
@@ -599,7 +599,7 @@  discard block
 block discarded – undo
599 599
     }
600 600
 
601 601
     /**
602
-     * @param $payload
602
+     * @param DriverInterface $payload
603 603
      * @return mixed
604 604
      */
605 605
     public function sendPayload($payload)
@@ -641,7 +641,7 @@  discard block
 block discarded – undo
641 641
 
642 642
     /**
643 643
      * @param $callback
644
-     * @return array|string|Closure
644
+     * @return callable
645 645
      * @throws UnexpectedValueException
646 646
      * @throws NotFoundExceptionInterface
647 647
      */
@@ -718,7 +718,7 @@  discard block
 block discarded – undo
718 718
     }
719 719
 
720 720
     /**
721
-     * @return array
721
+     * @return string[]
722 722
      */
723 723
     public function __sleep()
724 724
     {
Please login to merge, or discard this patch.