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 empty content inside function #10

Open aik099 opened 10 years ago

aik099 commented 10 years ago

Same as with content inside IF we need to check that no empty line exists right after function opening brace (starting from next line of course) and before function closing brace (starting from previous line).