What is the accepted best practice in commenting an overridden class or method.
- Should the parent class or methods comments be copied and a short note added explaining why and how it was modified.
- Should the @see tag be used to link to the parent element (php docblock)
- Any other accepted standards
This depends on the Documentator your using they should outline it in there specifics but if your using “php docblock” then yes use the @see one if not read the manual for the one your using