Skip to content

Commit

Permalink
chore: Show the diff upon failure when executing PHP-CS-Fixer (#1088)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Dec 1, 2024
1 parent 6597bdb commit 34bf548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ php_cs_fixer: $(PHP_CS_FIXER_BIN)

.PHONY: php_cs_fixer_lint
php_cs_fixer_lint: $(PHP_CS_FIXER_BIN)
$(PHP_CS_FIXER) --dry-run
$(PHP_CS_FIXER) --dry-run --diff

.PHONY: composer_normalize
composer_normalize: composer.json vendor
Expand Down

0 comments on commit 34bf548

Please sign in to comment.