aik099 / CodingStandard

The PHP_CodeSniffer coding standard I'm using on all of my projects
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Check for $a_ and $an_ variables #78

Open aik099 opened 9 years ago

aik099 commented 9 years ago

The variable name validation sniff should also check for $a_ and $an_ variables (not in class properties) and report them as an error.

Related to: #16