Skip to content

Commit e663cb8

Browse files
committed
return php-cs-fixer
1 parent 9d4b36b commit e663cb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
],
1010
"minimum-stability": "stable",
1111
"scripts": {
12-
"test": "./vendor/bin/phpunit"
12+
"test": "./vendor/bin/phpunit",
13+
"fix-style": "php-cs-fixer fix ."
1314
},
1415
"require": {
1516
"php": "^7.1 || ^8.0",

0 commit comments

Comments
 (0)