Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 378 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 378 Bytes

Git Diff Fixer for PHP

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