djoos / Symfony-coding-standard

Development repository for the Symfony coding standard
MIT License
402 stars 102 forks source link

documentation: license #83

Closed wickedOne closed 7 years ago

wickedOne commented 7 years ago

The license block has to be present at the top of every PHP file, before the namespace

recorded in #69

a sniff a day keeps the doctor away... 😎

as mentioned in #69, this one just raises a warning as it appears to be specific to contributing to any symfony repository so shouldn't raise an error as far as i'm concerned. also no check whether the comment actual contains a license reference as placing any other comment prior to the namespace doesn't really make sense to me.

👍 for all the quick merges today @djoos, very much appreciated

djoos commented 7 years ago

Thanks for your contribution @wickedOne!