Skip to content

Commit 5de9f3e

Browse files
committed
Lint and fix script for convenience
1 parent 488c079 commit 5de9f3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
},
3030
"scripts": {
3131
"lint": "vendor/bin/php-cs-fixer -vvv fix --using-cache=no --dry-run .",
32+
"lint-fix": "vendor/bin/php-cs-fixer -vvv fix --using-cache=no .",
3233
"test": "vendor/bin/phpunit --colors=always",
3334
"serve-examples": "@php -S localhost:8080 -t examples"
3435
},

0 commit comments

Comments
 (0)