Completed
Pull Request — master (#154)
by
unknown
06:46
created
src/Telegram/Methods/SetStickerSetThumbnail.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 namespace unreal4u\TelegramAPI\Telegram\Methods;
6 6
 
Please login to merge, or discard this patch.
src/Telegram/Types/ChatMember.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
             }
67 67
         }
68 68
         $logger->error(sprintf(
69
-            'Unable to detect correct "%s" class based on status = "%s"! Maybe a recent Telegram Bot ' .
69
+            'Unable to detect correct "%s" class based on status = "%s"! Maybe a recent Telegram Bot '.
70 70
             'API update? In any way, please submit an issue (bug report) at %s with this complete log line',
71 71
             self::class,
72 72
             $status ?? 'null',
Please login to merge, or discard this patch.