Closed
Description
When I run the linter at adds empty docblocks above every function that doesn't already have a docblock. I assume this is part of the auto fixing but this messes doc coverage reports by incorrectly reporting that a function is documented when it is not.
Is there a way to disable the behavior of auto adding empty doc blocks?