DEV Community

Discussion on: Do you use syntax checking tools?

Collapse
 
alchermd profile image
John Alcher

I use PHP+Laravel, and php-cs-fixer is my preferred setup. As for the rest of the stack, I just hook up Prettier and hope for the best. I'm still considering options to automatically run these for pull requests and such. Kinda tiresome to open a file, do nothing, and then see changes are being made since it didnt adhere to the standard in the first place