We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d368c6 commit 316dd0bCopy full SHA for 316dd0b
composer.json
@@ -45,11 +45,11 @@
45
},
46
"scripts": {
47
"codestyle:check": [
48
- "vendor/bin/php-cs-fixer fix --diff --dry-run",
+ "vendor/bin/php-cs-fixer fix --diff --diff-format=udiff --dry-run -vvv --ansi",
49
"vendor/bin/phpcs --standard=PSR2 ./lib/ ./tests/"
50
],
51
"codestyle:fix": [
52
- "vendor/bin/php-cs-fixer fix --diff || exit 0",
+ "vendor/bin/php-cs-fixer fix --diff --diff-format=udiff -vvv || exit 0",
53
"vendor/bin/phpcbf --standard=PSR2 ./lib/ ./tests/"
54
55
"analyze": [
0 commit comments