Test Setup Failed
Push — develop ( e1be97...48d482 )
by Mattias
01:44
created
src/Bot.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@  discard block
 block discarded – undo
16 16
   private $client;
17 17
 
18 18
   /**
19
-   * @param APIClient $client
19
+   * @param APIPollClient $client
20 20
    */
21 21
   public function __construct(APIPollClient $client)
22 22
   {
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
 
72 72
   /**
73 73
    * @param APIMessage $message
74
-   * @return function
74
+   * @return \Closure
75 75
    */
76 76
   public function getResponder(APIMessage $message)
77 77
   {
Please login to merge, or discard this patch.