From 0523bd44edee640b078b790a3e1193ef327ea79e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= <5175937+theofidry@users.noreply.github.com> Date: Sat, 21 Oct 2023 10:38:32 +0200 Subject: [PATCH] cs: Exclude the Symfony fixtures from the PHP-CS-Fixer config (#1093) --- .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 19415ac49..76dc9efee 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -14,6 +14,7 @@ 'bin/box', 'bin/generate_default_stub', ]) + ->exclude('build/dir018/var') ->notName('*-phar-stub.php'); $overriddenRules = [