From 34bf548a17aee4377e83252c294ae66c5d537371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= <5175937+theofidry@users.noreply.github.com> Date: Sun, 1 Dec 2024 16:15:17 +0100 Subject: [PATCH] chore: Show the diff upon failure when executing PHP-CS-Fixer (#1088) --- 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