Add php cs fixer and some rule sets.

This commit is contained in:
James Cole
2022-10-30 12:21:41 +01:00
parent 914dc8596b
commit 8edfb1460c
6 changed files with 2093 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{
"require": {
"friendsofphp/php-cs-fixer": "^3.12"
}
}