From d53238a363682b7d22ae580f86a2adcc5f2013a4 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 25 Sep 2023 16:12:17 +0000 Subject: [PATCH] fix tests --- Config/.php-cs-fixer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Config/.php-cs-fixer.php b/Config/.php-cs-fixer.php index 816a951..7f84d88 100644 --- a/Config/.php-cs-fixer.php +++ b/Config/.php-cs-fixer.php @@ -3,6 +3,7 @@ $finder = PhpCsFixer\Finder::create() ->exclude('MainRepository') ->exclude('vendor') + ->exclude('Build') ->in(__DIR__ . '/../../'); $rules = '{