Skip to content

Commit

Permalink
Recommend --diff
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed Apr 16, 2020
1 parent 4f5cd01 commit 7b80eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ For convenience you may add it to the `scripts` section of your `composer.json`:
```json
{
"scripts": {
"cs:check": "php-cs-fixer fix --dry-run",
"cs:check": "php-cs-fixer fix --dry-run --diff",
"cs:fix": "php-cs-fixer fix"
}
}
Expand Down

0 comments on commit 7b80eb1

Please sign in to comment.