Create license validation sniff. There is something already created for PHPCS coding standard.
We need to validate that there is license/file comment in each PHP file and it looks about right (don't validate exact phrases to allow sniff to be used on projects with different licenses).
Create license validation sniff. There is something already created for
PHPCS
coding standard.We need to validate that there is license/file comment in each PHP file and it looks about right (don't validate exact phrases to allow sniff to be used on projects with different licenses).