1 parent 9061105 commit 38b984cCopy full SHA for 38b984c
1 file changed
composer.json
@@ -82,8 +82,8 @@
82
"analyse": [
83
"phpstan analyse"
84
],
85
- "cs": "ecs check",
86
- "cs:fix": "ecs check --fix",
+ "cs": "phpcs",
+ "cs:fix": "phpcbf",
87
"i18n:json": "wp i18n make-json languages --no-purge --pretty-print",
88
"i18n:pot": "wp i18n make-pot . languages/pfcpt.pot --domain=pfcpt --slug=pfcpt --exclude=tests,vendor,node_modules,build,tmp,wp-content,docs",
89
"test": [
0 commit comments