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

Report In-Portal tags starting with "Get" as an error #96

Open aik099 opened 8 years ago

aik099 commented 8 years ago

In In-Portal tags return something in 99% cases and prefixing them with "Get" (as method is getter) is redundant. Proposing to add rule that would check for that.