Completed
Push — master ( 8f808e...855bfc )
by Siad
01:45
created
src/Bot.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@  discard block
 block discarded – undo
15 15
     private $client;
16 16
 
17 17
     /**
18
-     * @param APIClient|APIPollClient $client
18
+     * @param APIPollClient $client
19 19
      */
20 20
     public function __construct(APIPollClient $client)
21 21
     {
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
 
72 72
     /**
73 73
      * @param APIMessage $message
74
-     * @return \Closure|callable
74
+     * @return \Closure
75 75
      */
76 76
     public function getResponder(APIMessage $message): callable
77 77
     {
Please login to merge, or discard this patch.