Passed
Push — master ( a84c2d...e6338b )
by Alexey
04:17
created
src/Skobkin/Bundle/PointToolsBundle/Service/Telegram/MessageSender.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
         return $this->sendMessageToChat($account->getChatId(), $text, $parseMode, $keyboardMarkup, $disableWebPreview, $disableNotifications);
43 43
     }
44 44
 
45
-     public function sendMessageToChat(
45
+        public function sendMessageToChat(
46 46
         int $chatId,
47 47
         string $text,
48 48
         string $parseMode = self::PARSE_MODE_NOPARSE,
Please login to merge, or discard this patch.