The Symfony coding strandard [documentation](http://symfony.com/doc/current/contributing/code/standards.html#documentation) states: > Add PHPDoc blocks for all classes, methods, and functions (**though you may be asked to remove PHPDoc that do not add value**); For example the inherited methods should not contain any PHPDoc comments, except if we want to add additional details.