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
A sniff should be added to address the following handbook rule:
Aliases can be used to prevent name collisions (two classes in different namespaces using the same class name).
When using aliases, make sure the aliases follow the WordPress naming convention and are unique.
Is your feature request related to a problem?
A sniff should be added to address the following handbook rule:
Ref: https://developer.wordpress.org/coding-standards/wordpress-coding-standards/php/#using-import-use-statements
Additional context (optional)
:Related issue in PHPCSExtra: PHPCSStandards/PHPCSExtra#232
The text was updated successfully, but these errors were encountered: