Completed
Pull Request — master (#355)
by
unknown
02:31
created
src/Entities/InlineKeyboardButton.php 2 patches
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -40,10 +40,10 @@
 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
-				   array_key_exists('switch_inline_query_current_chat', $data)
46
+                   array_key_exists('switch_inline_query_current_chat', $data)
47 47
             );
48 48
     }
49 49
 
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
             array_key_exists('text', $data) && (
43 43
                    array_key_exists('url', $data) ||
44 44
                    array_key_exists('callback_data', $data) ||
45
-                   array_key_exists('switch_inline_query', $data)||
45
+                   array_key_exists('switch_inline_query', $data) ||
46 46
 				   array_key_exists('switch_inline_query_current_chat', $data)
47 47
             );
48 48
     }
Please login to merge, or discard this patch.