Test Failed
Push — master ( 67c9bb...4758b5 )
by
unknown
02:50 queued 38s
created
src/Client.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -178,6 +178,9 @@
 block discarded – undo
178 178
         };
179 179
     }
180 180
 
181
+    /**
182
+     * @param string $method
183
+     */
181 184
     protected static function getCustomEvent(Closure $action, $method)
182 185
     {
183 186
         return function (Update $update) use ($action, $method) {
Please login to merge, or discard this patch.