djoos / Symfony-coding-standard

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

require function comments for every type of visibility #71

Closed wickedOne closed 7 years ago

wickedOne commented 7 years ago

as recorded in #69

will raise an (additional) error if a protected or private function has no function comment

djoos commented 7 years ago

Thanks @wickedOne!