File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed
Inpsyde/Sniffs/CodeQuality Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -47,27 +47,28 @@ class VariablesNameSniff implements Sniff
47
47
];
48
48
49
49
public const WP_GLOBALS = [
50
+ '$charset_collate ' ,
50
51
'$current_user ' ,
51
- '$is_iphone ' ,
52
+ '$interim_login ' ,
53
+ '$is_apache ' ,
52
54
'$is_chrome ' ,
53
- '$is_safari ' ,
54
- '$is_NS4 ' ,
55
- '$is_opera ' ,
56
- '$is_macIE ' ,
57
- '$is_winIE ' ,
55
+ '$is_edge ' ,
58
56
'$is_gecko ' ,
59
- '$is_lynx ' ,
60
57
'$is_IE ' ,
61
- '$is_edge ' ,
62
- '$is_apache ' ,
63
58
'$is_IIS ' ,
64
59
'$is_iis7 ' ,
65
- '$tinymce_version ' ,
60
+ '$is_iphone ' ,
61
+ '$is_lynx ' ,
62
+ '$is_macIE ' ,
63
+ '$is_NS4 ' ,
64
+ '$is_opera ' ,
65
+ '$is_safari ' ,
66
+ '$is_winIE ' ,
66
67
'$manifest_version ' ,
67
- '$required_php_version ' ,
68
68
'$required_mysql_version ' ,
69
+ '$required_php_version ' ,
69
70
'$super_admins ' ,
70
- '$interim_login ' ,
71
+ '$tinymce_version ' ,
71
72
];
72
73
73
74
public string $ checkType = 'camelCase ' ;
You can’t perform that action at this time.
0 commit comments