We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a3d9f commit e8353d0Copy full SHA for e8353d0
Inpsyde/Sniffs/CodeQuality/VariablesNameSniff.php
@@ -23,6 +23,7 @@ class VariablesNameSniff implements Sniff
23
];
24
25
const WP_GLOBALS = [
26
+ '$current_user',
27
'$is_iphone',
28
'$is_chrome',
29
'$is_safari',
0 commit comments