|
@@ -146,7 +146,7 @@ |
|
|
block discarded – undo |
|
146
|
146
|
$e = null; |
|
147
|
147
|
$this->logger->debug('About to perform HTTP call to Telegram\'s API'); |
|
148
|
148
|
try { |
|
149
|
|
- /** @noinspection PhpMethodParametersCountMismatchInspection */ |
|
|
149
|
+ /** @noinspection PhpMethodParametersCountMismatchInspection */ |
|
150
|
150
|
$response = $this->httpClient->post($this->composeApiMethodUrl($method), $formData); |
|
151
|
151
|
$this->logger->debug('Got response back from Telegram, applying json_decode'); |
|
152
|
152
|
} catch (ClientException $e) { |
Please login to merge, or discard this patch.