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
4747 ];
4848
4949 public const WP_GLOBALS = [
50+ '$charset_collate ' ,
5051 '$current_user ' ,
51- '$is_iphone ' ,
52+ '$interim_login ' ,
53+ '$is_apache ' ,
5254 '$is_chrome ' ,
53- '$is_safari ' ,
54- '$is_NS4 ' ,
55- '$is_opera ' ,
56- '$is_macIE ' ,
57- '$is_winIE ' ,
55+ '$is_edge ' ,
5856 '$is_gecko ' ,
59- '$is_lynx ' ,
6057 '$is_IE ' ,
61- '$is_edge ' ,
62- '$is_apache ' ,
6358 '$is_IIS ' ,
6459 '$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 ' ,
6667 '$manifest_version ' ,
67- '$required_php_version ' ,
6868 '$required_mysql_version ' ,
69+ '$required_php_version ' ,
6970 '$super_admins ' ,
70- '$interim_login ' ,
71+ '$tinymce_version ' ,
7172 ];
7273
7374 public string $ checkType = 'camelCase ' ;
You can’t perform that action at this time.
0 commit comments