You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Don't count undocumented globals as duplicates if only checking documented globals
* Don't count constants in conditions as duplicates
* globals without @var in comment are not documented
Common false positive in WordPress where a global is annotated with @param since it's assigned the result of an apply_filters
* update tests and add test for doc in constant
* remove comments from undocumented globals
0 commit comments