The Symfony coding strandard 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.
The Symfony coding strandard documentation states:
For example the inherited methods should not contain any PHPDoc comments, except if we want to add additional details.