aik099 / CodingStandard

The PHP_CodeSniffer coding standard I'm using on all of my projects
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Support for @inheritdoc #21

Closed aik099 closed 8 years ago

aik099 commented 10 years ago

Add support for @inheritdoc to FunctionCommentSniff. Look at example from https://github.com/opensky/Symfony2-coding-standard/blob/master/Sniffs/Commenting/FunctionCommentSniff.php

Don't forget about unit tests.

aik099 commented 8 years ago

This becoming very popular especially now, when I'm using Symfony Components a lot.