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 think the PrefixAllGlobals sniff should be more code style independent, i.e. remove the need for an underscore between the prefix and the class/function/variable name.
Should the sniff really care about whether people use Camel_Caps, camelCase, snake_case or any other variant of naming conventions, as long as whatever name is used, is prefixed ?
I think the
PrefixAllGlobals
sniff should be more code style independent, i.e. remove the need for an underscore between the prefix and the class/function/variable name.Should the sniff really care about whether people use Camel_Caps, camelCase, snake_case or any other variant of naming conventions, as long as whatever name is used, is prefixed ?
Just wondering what the opinions are about this.
Related to #763
The text was updated successfully, but these errors were encountered: