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
I'd like to see a WordPress plugin sniff that reads the plugin version and detects functions and classes that have been @deprecated more than 2 major versions ago. Let's also throw an error when @deprecated tags don't contain a parsable version.
I'd like to see a WordPress plugin sniff that reads the plugin version and detects functions and classes that have been
@deprecatedmore than 2 major versions ago. Let's also throw an error when@deprecatedtags don't contain a parsable version.