Completed
Push — refactor_entities ( c38610...2711d6 )
by Armando
03:36
created
src/Commands/AdminCommands/SendtochannelCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Longman\TelegramBot\Conversation;
15 15
 use Longman\TelegramBot\Commands\AdminCommand;
16 16
 use Longman\TelegramBot\Entities\Message;
17
-use Longman\TelegramBot\Entities\ReplyKeyboardHide;
18 17
 use Longman\TelegramBot\Entities\ReplyKeyboardMarkup;
19 18
 use Longman\TelegramBot\Exception\TelegramException;
20 19
 
Please login to merge, or discard this patch.
src/Entities/InlineKeyboardButton.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
     {
41 41
         return is_array($data) &&
42 42
             array_key_exists('text', $data) && (
43
-                   array_key_exists('url', $data) ||
43
+                    array_key_exists('url', $data) ||
44 44
                    array_key_exists('callback_data', $data) ||
45 45
                    array_key_exists('switch_inline_query', $data)
46 46
             );
Please login to merge, or discard this patch.