Completed
Push — master ( dba944...553e2c )
by Camilo
19s queued 16s
created
src/Abstracts/TelegramTypes.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
                 'The key "%s" does not exist in the class %s! Maybe a recent Telegram Bot API update? In any way, please '.
73 73
                 'submit an issue (bug report) at %s with this complete log line',
74 74
                 $key,
75
-	            static::class,
75
+             static::class,
76 76
                 'https://github.com/unreal4u/telegram-api/issues',
77 77
             ), [
78 78
                 'object' => static::class,
Please login to merge, or discard this patch.