add php styler
Some checks failed
/ ls (push) Failing after 24s

This commit is contained in:
lubiana 2023-10-20 20:03:44 +02:00
parent ea7d5eff68
commit 03952677f6
No known key found for this signature in database

View file

@ -51,7 +51,7 @@
], ],
"style": "./vendor/bin/ecs", "style": "./vendor/bin/ecs",
"fix": [ "fix": [
"rector process" ,"ecs --fix", "ecs --fix" "rector process", "php-styler apply" ,"ecs --fix", "ecs --fix"
], ],
"rector": "./vendor/bin/rector process" "rector": "./vendor/bin/rector process"
}, },