Skip to content

Commit 06623ad

Browse files
committed
issue #25 - Improve output from running php-cs-fixer
1 parent 35b7431 commit 06623ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"scripts": {
4646
"test": "vendor/bin/phpunit",
47-
"lint": "vendor/bin/php-cs-fixer fix"
47+
"lint": "vendor/bin/php-cs-fixer fix --ansi --diff --verbose"
4848
},
4949
"require-dev": {
5050
"friendsofphp/php-cs-fixer": "~2.0",

0 commit comments

Comments
 (0)