From 91aa6f53ebd0bc3fb8b93d2da345288da736f77a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= Date: Sun, 1 Dec 2024 14:50:52 +0100 Subject: [PATCH] chore: Show the diff upon failure when executing PHP-CS-Fixer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1e3aa14b..8e4a5dbe 100644 --- a/Makefile +++ b/Makefile @@ -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