Skip to content
Snippets Groups Projects
Unverified Commit 0b652d54 authored by Christoph Wurst's avatar Christoph Wurst
Browse files

Print diff in cs:check command

parent c914ae4c
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
},
"scripts": {
"cs:fix": "php-cs-fixer fix",
"cs:check": "php-cs-fixer fix --dry-run",
"cs:check": "php-cs-fixer fix --dry-run --diff",
"lint": "find . -name \\*.php -not -path './lib/composer/*' -not -path './build/.phan/*' -exec php -l \"{}\" \\;"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment