Skip to content

Commit

Permalink
[TASK] Add small diff when PHP CS Fixer found a CGL issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Haeser committed Oct 21, 2019
1 parent 65ae602 commit 308fa07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@test:php:unit"
],
"cgl": [
"php-cs-fixer fix -v --dry-run --using-cache false"
"php-cs-fixer fix -v --dry-run --using-cache false --diff --diff-format=udiff"
],
"cgl-fix": [
"php-cs-fixer fix -v --using-cache false"
Expand Down

0 comments on commit 308fa07

Please sign in to comment.