ongr-archive / ongr-strict-standard

[NOT MAINTAINED] Strict PHPCS standard for PSR-2 code based on Squiz standards
MIT License
13 stars 14 forks source link

Fixed: no longer throws PHP notices on empty function @return comments. #137

Closed kewlar closed 9 years ago

kewlar commented 9 years ago

Checker no longer throws PHP notices on empty function @return comments (when @return line ends with whitespace). Also, it no longer incorrectly reports errors about return comment format, when there's simply no return comment.

Fixes #136.