Very simple simple custom phpcs (phpcbf) fixing sniff fails
I am attempting to write a little simple phpcs (phpcbf) sniff to remove whitespace within empty curly braces. I've written quite a few small fixers, and this seemed like it should be very easy. Basically with the move to promoted…