squizlabs / PHP_CodeSniffer

PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.
BSD 3-Clause "New" or "Revised" License
10.66k stars 1.48k forks source link

Allow auto-fixing Generic.Commenting.DocComment #3752

Open fredden opened 1 year ago

fredden commented 1 year ago

See also #3751 where this same change is being applied to the 4.0 branch.

Note that I did development on the 4.0 branch for this and cherry-picked the resulting commit here. I couldn't get the tests to pass with the master branch easily on PHP 8.2.

fredden commented 1 year ago

Thanks for the feedback. I'll respond to each block in the coming days.