djoos / Symfony-coding-standard

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

fixes a bug where PEAR errors of type Missing wouldn't show up as errors #70

Closed wickedOne closed 7 years ago

wickedOne commented 7 years ago

leftover of migrating from phpcs 2 to 3.

unsure why all of a sudden this sniff stopped working for error type Missing (and unit tests didn't complain one bit about it), but this mod ensures missing function and class comments do show up again in the report.

djoos commented 7 years ago

Thanks @wickedOne!