A quick Lua script that fixes the style of all PHP files that show as changed in git based on the PHP Coding Standards.
This is done by grabbing the names of all files in the git difference and then running the PHP-CS-Fixer on each file.
A new version of this will need to be made for my local setup