Completed
Pull Request — master (#48)
by Rick
03:30
created
src/TgLog.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.