From: Christoph Wurst Date: Wed, 15 Apr 2020 12:36:14 +0000 (+0200) Subject: Print diff in cs:check command X-Git-Tag: v19.0.0beta3~2^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F20502%2Fhead;p=nextcloud-server.git Print diff in cs:check command Signed-off-by: Christoph Wurst --- diff --git a/composer.json b/composer.json index 7707ac537cf..ee73b60f431 100644 --- a/composer.json +++ b/composer.json @@ -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 \"{}\" \\;" } }