@@ -1,6 +1,6 @@ |
||
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 |
@@ -66,7 +66,7 @@ |
||
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', |