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

File licensing comment must be first content in file #23

Open aik099 opened 10 years ago

aik099 commented 10 years ago

Validate that DocBlock is the the first content (excluding whitespaces) after <?php tag in every PHP file.

Don't validate DocBlock content at this stage.