Completed
Push — 857-mysql_port ( 52ff92...6ae024 )
by Armando
03:05
created
src/Entities/InlineKeyboardButton.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,13 +46,13 @@
 block discarded – undo
46 46
     {
47 47
         return is_array($data) &&
48 48
                array_key_exists('text', $data) && (
49
-                   array_key_exists('url', $data) ||
49
+                    array_key_exists('url', $data) ||
50 50
                    array_key_exists('callback_data', $data) ||
51 51
                    array_key_exists('switch_inline_query', $data) ||
52 52
                    array_key_exists('switch_inline_query_current_chat', $data) ||
53 53
                    array_key_exists('callback_game', $data) ||
54 54
                    array_key_exists('pay', $data)
55
-               );
55
+                );
56 56
     }
57 57
 
58 58
     /**
Please login to merge, or discard this patch.