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

Create sniff to ensure empty after { and before } in class/interface/trait #45

Open aik099 opened 9 years ago

aik099 commented 9 years ago

There is a Squiz.WhiteSpace.FunctionSpacing sniff, that checks, that:

I mistakenly assumed that check was made to ensure 1 empty line after class opening brace.


Need to write sniff that will: