Completed
Push — develop ( 6ce3f1...645322 )
by Armando
03:53
created
src/Entities/InlineKeyboardButton.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,11 +42,11 @@
 block discarded – undo
42 42
     {
43 43
         return is_array($data) &&
44 44
                array_key_exists('text', $data) && (
45
-                   array_key_exists('url', $data) ||
45
+                    array_key_exists('url', $data) ||
46 46
                    array_key_exists('callback_data', $data) ||
47 47
                    array_key_exists('switch_inline_query', $data) ||
48 48
                    array_key_exists('switch_inline_query_current_chat', $data)
49
-               );
49
+                );
50 50
     }
51 51
 
52 52
     /**
Please login to merge, or discard this patch.