From acf97e17d17e15c7b1587b510693035af44dfdb2 Mon Sep 17 00:00:00 2001 From: Maxime Leclercq Date: Thu, 28 Nov 2024 10:19:03 +0100 Subject: [PATCH] chore: ignore generated in phpcs config --- .php-cs-fixer.dist.php | 1 + 1 file changed, 1 insertion(+) diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 4a34257..ad43809 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -24,6 +24,7 @@ ->in(__DIR__) ->exclude( [ + 'generated', 'tests/Application', ] )