Skip to content

Commit 3d4801e

Browse files
committed
Display cs-fixer diff on the CI
1 parent e2346c0 commit 3d4801e

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
@@ -36,7 +36,7 @@ ifeq ($(IS_PHP8),1)
3636
cs:
3737
else
3838
cs: tools/php-cs-fixer
39-
PHP_CS_FIXER_IGNORE_ENV=1 tools/php-cs-fixer --dry-run --allow-risky=yes --no-interaction --ansi fix
39+
PHP_CS_FIXER_IGNORE_ENV=1 tools/php-cs-fixer --dry-run --allow-risky=yes --no-interaction --ansi --diff fix
4040
endif
4141
.PHONY: cs
4242

0 commit comments

Comments
 (0)