chore(*.php): use pint for php formatting

This commit is contained in:
Cory Dransfeldt 2025-06-14 16:55:03 -07:00
parent 029caaaa9e
commit cf1ee4c97f
No known key found for this signature in database
40 changed files with 2261 additions and 1900 deletions

4
pint.json Normal file
View file

@ -0,0 +1,4 @@
{
"preset": "psr12",
"exclude": ["dist"]
}