Skip to content

Commit 34bf548

Browse files
authored
chore: Show the diff upon failure when executing PHP-CS-Fixer (#1088)
1 parent 6597bdb commit 34bf548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ php_cs_fixer: $(PHP_CS_FIXER_BIN)
7676

7777
.PHONY: php_cs_fixer_lint
7878
php_cs_fixer_lint: $(PHP_CS_FIXER_BIN)
79-
$(PHP_CS_FIXER) --dry-run
79+
$(PHP_CS_FIXER) --dry-run --diff
8080

8181
.PHONY: composer_normalize
8282
composer_normalize: composer.json vendor

0 commit comments

Comments
 (0)