Completed
Push — master ( 31ee9f...5a75ed )
by Mattias
04:13 queued 01:41
created
src/Bot.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -107,6 +107,10 @@
 block discarded – undo
107 107
   }
108 108
 
109 109
 
110
+  /**
111
+   * @param string $command
112
+   * @param string $params
113
+   */
110 114
   private function assembleUri($command, $params) :string {
111 115
     return sprintf(
112 116
       'https://api.telegram.org/bot%s/%s%s',
Please login to merge, or discard this patch.