Open
Description
The Coding Standard Tutorial page, among other things, teaches sniff developers how to create a sniff. I would like to suggest that we expand this section of the page to show how to create a sniff that can fix the violations automatically.
IMO, the sniff used as an example on that page, DisallowHashCommentsSniff.php, could be expanded to include the fixer code. I would also suggest a separate section detailing the main methods to use when creating a fixer.
If this is approved, I can work on this change to the documentation, but only in a few weeks from now. I don't mind if someone else claims this issue. I will make sure to leave a comment here when I start working on it.